Html Css Color HEX #FE911D Carrot Orange

📋 copy color: '#FE911D'

red 254 ◦ green 145 ◦ blue 29

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

Shades of Carrot Orange #FE911D

Tints of Carrot Orange #FE911D

RGB

 RED value IS 254 (99.61% from 255) = 59.35%

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

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

R = 59.35%
G = 33.88%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE911D (or 0xFE911D) is known color: Carrot Orange. HEX triplet: FE, 91 and 1D. RGB value is (254,145,29). Sum of RGB (Red+Green+Blue) = 254+145+29=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE911D is #016EE2. Grayscale: #A4A4A4. Windows color (decimal): -93923 or 1937918. OLE color: 1937918.

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

Color convert

RGB 254 145 29 -
CMYK 0 0.43 0.89 0.00
HSL 30.93º 0.99% 0.55% -
HSV(B) 30.93º 0.89% 1% -
XYZ 51.22 41.41 6.46 -
YUV 164.37 51.61 191.93 -
System Red Green Blue C M Y K H S L
Decimal 254 145 29 0 0.43 0.89 0.00 30.93 0.99 0.55
Hex FE 91 1D 0 2B 59 0 1F 63 37
Octal 376 221 35 0 53 131 0 37 143 67
Binary 11111110 10010001 11101 0 101011 1011001 0 11111 1100011 110111

Color Harmonies of #FE911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE911D

Black with #FE911D

Text Example


Text Example

White with #FE911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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