Html Css Color HEX #F0911F Carrot Orange

📋 copy color: '#F0911F'

red 240 ◦ green 145 ◦ blue 31

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

Shades of Carrot Orange #F0911F

Tints of Carrot Orange #F0911F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 57.69%
G = 34.86%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0911F (or 0xF0911F) is known color: Carrot Orange. HEX triplet: F0, 91 and 1F. RGB value is (240,145,31). Sum of RGB (Red+Green+Blue) = 240+145+31=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0911F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0911F is #0F6EE0. Grayscale: #A0A0A0. Windows color (decimal): -1011425 or 2068976. OLE color: 2068976.

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

Color convert

RGB 240 145 31 -
CMYK 0 0.40 0.87 0.06
HSL 32.73º 0.87% 0.53% -
HSV(B) 32.73º 0.87% 0.94% -
XYZ 46.31 38.87 6.36 -
YUV 160.41 54.97 184.77 -
System Red Green Blue C M Y K H S L
Decimal 240 145 31 0 0.40 0.87 0.06 32.73 0.87 0.53
Hex F0 91 1F 0 28 57 6 21 57 35
Octal 360 221 37 0 50 127 6 41 127 65
Binary 11110000 10010001 11111 0 101000 1010111 110 100001 1010111 110101

Color Harmonies of #F0911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0911F

Black with #F0911F

Text Example


Text Example

White with #F0911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0911F; }

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

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

background-color css

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

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

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

border-color css

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

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

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