Html Css Color HEX #FE911F Carrot Orange

📋 copy color: '#FE911F'

red 254 ◦ green 145 ◦ blue 31

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

Shades of Carrot Orange #FE911F

Tints of Carrot Orange #FE911F

RGB

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

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

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

R = 59.07%
G = 33.72%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE911F (or 0xFE911F) is known color: Carrot Orange. HEX triplet: FE, 91 and 1F. RGB value is (254,145,31). Sum of RGB (Red+Green+Blue) = 254+145+31=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE911F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE911F is #016EE0. Grayscale: #A5A5A5. Windows color (decimal): -93921 or 2068990. OLE color: 2068990.

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

Color convert

RGB 254 145 31 -
CMYK 0 0.43 0.88 0.00
HSL 30.67º 0.99% 0.56% -
HSV(B) 30.67º 0.88% 1% -
XYZ 51.25 41.42 6.59 -
YUV 164.6 52.61 191.77 -
System Red Green Blue C M Y K H S L
Decimal 254 145 31 0 0.43 0.88 0.00 30.67 0.99 0.56
Hex FE 91 1F 0 2B 58 0 1F 63 38
Octal 376 221 37 0 53 130 0 37 143 70
Binary 11111110 10010001 11111 0 101011 1011000 0 11111 1100011 111000

Color Harmonies of #FE911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE911F

Black with #FE911F

Text Example


Text Example

White with #FE911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE911F; }

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

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

background-color css

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

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

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

border-color css

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

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

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