Html Css Color HEX #F0871C Carrot Orange

📋 copy color: '#F0871C'

red 240 ◦ green 135 ◦ blue 28

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

Shades of Carrot Orange #F0871C

Tints of Carrot Orange #F0871C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 59.55%
G = 33.5%
B = 6.95%

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

#F0871C (or 0xF0871C) is known color: Carrot Orange. HEX triplet: F0, 87 and 1C. RGB value is (240,135,28). Sum of RGB (Red+Green+Blue) = 240+135+28=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0871C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0871C is #0F78E3. Grayscale: #9A9A9A. Windows color (decimal): -1013988 or 1869808. OLE color: 1869808.

HSL color Cylindrical-coordinate representation of color #F0871C: hue angle of 30.28º 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 #F0871C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 135 28 -
CMYK 0 0.44 0.88 0.06
HSL 30.28º 0.88% 0.53% -
HSV(B) 30.28º 0.88% 0.94% -
XYZ 44.81 35.94 5.67 -
YUV 154.2 56.79 189.2 -
System Red Green Blue C M Y K H S L
Decimal 240 135 28 0 0.44 0.88 0.06 30.28 0.88 0.53
Hex F0 87 1C 0 2C 58 6 1E 58 35
Octal 360 207 34 0 54 130 6 36 130 65
Binary 11110000 10000111 11100 0 101100 1011000 110 11110 1011000 110101

Color Harmonies of #F0871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0871C

Black with #F0871C

Text Example


Text Example

White with #F0871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0871C; }

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

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

background-color css

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

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

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

border-color css

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

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

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