Html Css Color HEX #F08C2B Carrot Orange

📋 copy color: '#F08C2B'

red 240 ◦ green 140 ◦ blue 43

#F08C2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F08C2B

Tints of Carrot Orange #F08C2B

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 56.74%
G = 33.1%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F08C2B (or 0xF08C2B) is known color: 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

RGB 240 140 43 -
CMYK 0 0.42 0.82 0.06
HSL 29.54º 0.87% 0.55% -
HSV(B) 29.54º 0.82% 0.94% -
XYZ 45.75 37.46 7.1 -
YUV 158.84 62.63 185.89 -
System Red Green Blue C M Y K H S L
Decimal 240 140 43 0 0.42 0.82 0.06 29.54 0.87 0.55
Hex F0 8C 2B 0 2A 52 6 1E 57 37
Octal 360 214 53 0 52 122 6 36 127 67
Binary 11110000 10001100 101011 0 101010 1010010 110 11110 1010111 110111

Color Harmonies of #F08C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C2B

Black with #F08C2B

Text Example


Text Example

White with #F08C2B

Text Example


Text Example

HTML Codes & Css Web 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>