Html Css Color HEX #F0871D Carrot Orange

📋 copy color: '#F0871D'

red 240 ◦ green 135 ◦ blue 29

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

Shades of Carrot Orange #F0871D

Tints of Carrot Orange #F0871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 59.41%
G = 33.42%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0871D (or 0xF0871D) is known color: Carrot Orange. HEX triplet: F0, 87 and 1D. RGB value is (240,135,29). Sum of RGB (Red+Green+Blue) = 240+135+29=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0871D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0871D is #0F78E2. Grayscale: #9A9A9A. Windows color (decimal): -1013987 or 1935344. OLE color: 1935344.

HSL color Cylindrical-coordinate representation of color #F0871D: hue angle of 30.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0871D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 135 29 -
CMYK 0 0.44 0.88 0.06
HSL 30.14º 0.88% 0.53% -
HSV(B) 30.14º 0.88% 0.94% -
XYZ 44.82 35.94 5.74 -
YUV 154.31 57.29 189.12 -
System Red Green Blue C M Y K H S L
Decimal 240 135 29 0 0.44 0.88 0.06 30.14 0.88 0.53
Hex F0 87 1D 0 2C 58 6 1E 58 35
Octal 360 207 35 0 54 130 6 36 130 65
Binary 11110000 10000111 11101 0 101100 1011000 110 11110 1011000 110101

Color Harmonies of #F0871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0871D

Black with #F0871D

Text Example


Text Example

White with #F0871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0871D; }

 p { color: rgb(240,135,29); }

 H1.HeaderClassName
 {
   color: #F0871D;
 }
 .AnyTagClassName
 {
   color: #F0871D;
 }
</style>

background-color css

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

 a { background-color: rgb(240,135,29); }

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

border-color css

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

 span { border-color: rgb(240,135,29); }

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