Html Css Color HEX #F0911A Carrot Orange

📋 copy color: '#F0911A'

red 240 ◦ green 145 ◦ blue 26

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

Shades of Carrot Orange #F0911A

Tints of Carrot Orange #F0911A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 58.39%
G = 35.28%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0911A (or 0xF0911A) is known color: Carrot Orange. HEX triplet: F0, 91 and 1A. RGB value is (240,145,26). Sum of RGB (Red+Green+Blue) = 240+145+26=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0911A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0911A is #0F6EE5. Grayscale: #A0A0A0. Windows color (decimal): -1011430 or 1741296. OLE color: 1741296.

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

Color convert

RGB 240 145 26 -
CMYK 0 0.40 0.89 0.06
HSL 33.36º 0.88% 0.52% -
HSV(B) 33.36º 0.89% 0.94% -
XYZ 46.25 38.85 6.04 -
YUV 159.84 52.47 185.18 -
System Red Green Blue C M Y K H S L
Decimal 240 145 26 0 0.40 0.89 0.06 33.36 0.88 0.52
Hex F0 91 1A 0 28 59 6 21 58 34
Octal 360 221 32 0 50 131 6 41 130 64
Binary 11110000 10010001 11010 0 101000 1011001 110 100001 1011000 110100

Color Harmonies of #F0911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0911A

Black with #F0911A

Text Example


Text Example

White with #F0911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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