Html Css Color HEX #F0872A Carrot Orange

📋 copy color: '#F0872A'

red 240 ◦ green 135 ◦ blue 42

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

Shades of Carrot Orange #F0872A

Tints of Carrot Orange #F0872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.07%

R = 57.55%
G = 32.37%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0872A (or 0xF0872A) is known color: Carrot Orange. HEX triplet: F0, 87 and 2A. RGB value is (240,135,42). Sum of RGB (Red+Green+Blue) = 240+135+42=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0872A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0872A is #0F78D5. Grayscale: #9C9C9C. Windows color (decimal): -1013974 or 2787312. OLE color: 2787312.

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

Color convert

RGB 240 135 42 -
CMYK 0 0.44 0.82 0.06
HSL 28.18º 0.87% 0.55% -
HSV(B) 28.18º 0.83% 0.94% -
XYZ 45.02 36.02 6.77 -
YUV 155.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 240 135 42 0 0.44 0.82 0.06 28.18 0.87 0.55
Hex F0 87 2A 0 2C 52 6 1C 57 37
Octal 360 207 52 0 54 122 6 34 127 67
Binary 11110000 10000111 101010 0 101100 1010010 110 11100 1010111 110111

Color Harmonies of #F0872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0872A

Black with #F0872A

Text Example


Text Example

White with #F0872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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