Html Css Color HEX #FF911B Carrot Orange

📋 copy color: '#FF911B'

red 255 ◦ green 145 ◦ blue 27

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

Shades of Carrot Orange #FF911B

Tints of Carrot Orange #FF911B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.32%

R = 59.72%
G = 33.96%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF911B (or 0xFF911B) is known color: Carrot Orange. HEX triplet: FF, 91 and 1B. RGB value is (255,145,27). Sum of RGB (Red+Green+Blue) = 255+145+27=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF911B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF911B is #006EE4. Grayscale: #A5A5A5. Windows color (decimal): -28389 or 1806847. OLE color: 1806847.

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

Color convert

RGB 255 145 27 -
CMYK 0 0.43 0.89 0
HSL 31.05º 1% 0.55% -
HSV(B) 31.05º 0.89% 1% -
XYZ 51.56 41.59 6.35 -
YUV 164.44 50.44 192.59 -
System Red Green Blue C M Y K H S L
Decimal 255 145 27 0 0.43 0.89 0 31.05 1 0.55
Hex FF 91 1B 0 2B 59 0 1F 64 37
Octal 377 221 33 0 53 131 0 37 144 67
Binary 11111111 10010001 11011 0 101011 1011001 0 11111 1100100 110111

Color Harmonies of #FF911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF911B

Black with #FF911B

Text Example


Text Example

White with #FF911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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