Html Css Color HEX #FF911F Carrot Orange

📋 copy color: '#FF911F'

red 255 ◦ green 145 ◦ blue 31

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

Shades of Carrot Orange #FF911F

Tints of Carrot Orange #FF911F

RGB

 RED value IS 255 (100% from 255) = 59.16%

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

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

R = 59.16%
G = 33.64%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF911F (or 0xFF911F) is known color: Carrot Orange. HEX triplet: FF, 91 and 1F. RGB value is (255,145,31). Sum of RGB (Red+Green+Blue) = 255+145+31=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF911F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF911F is #006EE0. Grayscale: #A5A5A5. Windows color (decimal): -28385 or 2068991. OLE color: 2068991.

HSL color Cylindrical-coordinate representation of color #FF911F: hue angle of 30.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF911F is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 145 31 -
CMYK 0 0.43 0.88 0
HSL 30.54º 1% 0.56% -
HSV(B) 30.54º 0.88% 1% -
XYZ 51.61 41.61 6.61 -
YUV 164.89 52.44 192.27 -
System Red Green Blue C M Y K H S L
Decimal 255 145 31 0 0.43 0.88 0 30.54 1 0.56
Hex FF 91 1F 0 2B 58 0 1F 64 38
Octal 377 221 37 0 53 130 0 37 144 70
Binary 11111111 10010001 11111 0 101011 1011000 0 11111 1100100 111000

Color Harmonies of #FF911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF911F

Black with #FF911F

Text Example


Text Example

White with #FF911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF911F; }

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

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

background-color css

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

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

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

border-color css

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

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

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