Html Css Color HEX #FE911E Carrot Orange

📋 copy color: '#FE911E'

red 254 ◦ green 145 ◦ blue 30

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

Shades of Carrot Orange #FE911E

Tints of Carrot Orange #FE911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 59.21%
G = 33.8%
B = 6.99%

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

#FE911E (or 0xFE911E) is known color: Carrot Orange. HEX triplet: FE, 91 and 1E. RGB value is (254,145,30). Sum of RGB (Red+Green+Blue) = 254+145+30=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE911E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE911E is #016EE1. Grayscale: #A5A5A5. Windows color (decimal): -93922 or 2003454. OLE color: 2003454.

HSL color Cylindrical-coordinate representation of color #FE911E: hue angle of 30.8º 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 #FE911E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 145 30 -
CMYK 0 0.43 0.88 0.00
HSL 30.8º 0.99% 0.56% -
HSV(B) 30.8º 0.88% 1% -
XYZ 51.23 41.42 6.52 -
YUV 164.48 52.11 191.85 -
System Red Green Blue C M Y K H S L
Decimal 254 145 30 0 0.43 0.88 0.00 30.8 0.99 0.56
Hex FE 91 1E 0 2B 58 0 1F 63 38
Octal 376 221 36 0 53 130 0 37 143 70
Binary 11111110 10010001 11110 0 101011 1011000 0 11111 1100011 111000

Color Harmonies of #FE911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE911E

Black with #FE911E

Text Example


Text Example

White with #FE911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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