#f08c2b

Color #F08C2B Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F08C2B

Tints of Carrot Orange #F08C2B

Color information

#F08C2B (or 0xF08C2B) is unknown color: approx Carrot Orange. HEX triplet: F0, 8C and 2B. RGB value is (240,140,43). Sum of RGB (Red+Green+Blue) = 240+140+43=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C2B is #0F73D4. Grayscale: #9F9F9F. Windows color (decimal): -1012693 or 2854128. OLE color: 2854128.

HSL color Cylindrical-coordinate representation of color #F08C2B: hue angle of 29.54º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F08C2B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB24014043-
CMYK00.420.820.06
HSL29.54º86.78%55.49%-
HSV(B)29.54º82.08%94.12%-
XYZ45.7537.467.1-
YUV158.8462.63185.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=56.74%
G=33.10%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401404300.420.820.0629.5486.7855.49
HexF08C2B02A5261e5737
Octal3602145305212263612767
Binary111100001000110010101101010101010010110111101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08c2b; }

 p { color: rgb(240,140,43); }

 H1.HeaderClassName
 {
   color: #f08c2b;
 }
 .AnyTagClassName
 {
   color: #f08c2b;
 }
</style>
background-color css

<style>
 a { background-color: #f08c2b; }

 a { background-color: rgb(240,140,43); }

 div.DivClassName
 {
   background-color: #f08c2b;
 }
 .BgClassName
 {
   background-color: #f08c2b;
 }
</style>
border-color css

<style>
 span { border-color: #f08c2b; }

 span { border-color: rgb(240,140,43); }

 td.TdClassName
 {
   border-color: #f08c2b;
 }
 .TagClassName
 {
   border-color: #f08c2b;
 }
</style>