Html Css Color HEX #FF911D Carrot Orange

📋 copy color: '#FF911D'

red 255 ◦ green 145 ◦ blue 29

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

Shades of Carrot Orange #FF911D

Tints of Carrot Orange #FF911D

RGB

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

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

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

R = 59.44%
G = 33.8%
B = 6.76%

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

#FF911D (or 0xFF911D) is known color: Carrot Orange. HEX triplet: FF, 91 and 1D. RGB value is (255,145,29). Sum of RGB (Red+Green+Blue) = 255+145+29=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF911D is #006EE2. Grayscale: #A5A5A5. Windows color (decimal): -28387 or 1937919. OLE color: 1937919.

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

Color convert

RGB 255 145 29 -
CMYK 0 0.43 0.89 0
HSL 30.8º 1% 0.56% -
HSV(B) 30.8º 0.89% 1% -
XYZ 51.59 41.6 6.47 -
YUV 164.67 51.44 192.43 -
System Red Green Blue C M Y K H S L
Decimal 255 145 29 0 0.43 0.89 0 30.8 1 0.56
Hex FF 91 1D 0 2B 59 0 1F 64 38
Octal 377 221 35 0 53 131 0 37 144 70
Binary 11111111 10010001 11101 0 101011 1011001 0 11111 1100100 111000

Color Harmonies of #FF911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF911D

Black with #FF911D

Text Example


Text Example

White with #FF911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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