Html Css Color HEX #F0911D Carrot Orange

📋 copy color: '#F0911D'

red 240 ◦ green 145 ◦ blue 29

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

Shades of Carrot Orange #F0911D

Tints of Carrot Orange #F0911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

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

R = 57.97%
G = 35.02%
B = 7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0911D (or 0xF0911D) is known color: Carrot Orange. HEX triplet: F0, 91 and 1D. RGB value is (240,145,29). Sum of RGB (Red+Green+Blue) = 240+145+29=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0911D is #0F6EE2. Grayscale: #A0A0A0. Windows color (decimal): -1011427 or 1937904. OLE color: 1937904.

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

Color convert

RGB 240 145 29 -
CMYK 0 0.40 0.88 0.06
HSL 32.99º 0.88% 0.53% -
HSV(B) 32.99º 0.88% 0.94% -
XYZ 46.28 38.86 6.22 -
YUV 160.18 53.97 184.93 -
System Red Green Blue C M Y K H S L
Decimal 240 145 29 0 0.40 0.88 0.06 32.99 0.88 0.53
Hex F0 91 1D 0 28 58 6 21 58 35
Octal 360 221 35 0 50 130 6 41 130 65
Binary 11110000 10010001 11101 0 101000 1011000 110 100001 1011000 110101

Color Harmonies of #F0911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0911D

Black with #F0911D

Text Example


Text Example

White with #F0911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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