Html Css Color HEX #FE991E Carrot Orange

📋 copy color: '#FE991E'

red 254 ◦ green 153 ◦ blue 30

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

Shades of Carrot Orange #FE991E

Tints of Carrot Orange #FE991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.01%

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

R = 58.12%
G = 35.01%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE991E (or 0xFE991E) is known color: Carrot Orange. HEX triplet: FE, 99 and 1E. RGB value is (254,153,30). Sum of RGB (Red+Green+Blue) = 254+153+30=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE991E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE991E is #0166E1. Grayscale: #A9A9A9. Windows color (decimal): -91874 or 2005502. OLE color: 2005502.

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

Color convert

RGB 254 153 30 -
CMYK 0 0.40 0.88 0.00
HSL 32.95º 0.99% 0.56% -
HSV(B) 32.95º 0.88% 1% -
XYZ 52.5 43.95 6.94 -
YUV 169.18 49.46 188.5 -
System Red Green Blue C M Y K H S L
Decimal 254 153 30 0 0.40 0.88 0.00 32.95 0.99 0.56
Hex FE 99 1E 0 28 58 0 21 63 38
Octal 376 231 36 0 50 130 0 41 143 70
Binary 11111110 10011001 11110 0 101000 1011000 0 100001 1100011 111000

Color Harmonies of #FE991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE991E

Black with #FE991E

Text Example


Text Example

White with #FE991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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