Html Css Color HEX #FE9119 Carrot Orange

📋 copy color: '#FE9119'

red 254 ◦ green 145 ◦ blue 25

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

Shades of Carrot Orange #FE9119

Tints of Carrot Orange #FE9119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.9%

R = 59.91%
G = 34.2%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE9119 (or 0xFE9119) is known color: Carrot Orange. HEX triplet: FE, 91 and 19. RGB value is (254,145,25). Sum of RGB (Red+Green+Blue) = 254+145+25=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9119 is #016EE6. Grayscale: #A4A4A4. Windows color (decimal): -93927 or 1675774. OLE color: 1675774.

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

Color convert

RGB 254 145 25 -
CMYK 0 0.43 0.90 0.00
HSL 31.44º 0.99% 0.55% -
HSV(B) 31.44º 0.9% 1% -
XYZ 51.17 41.39 6.21 -
YUV 163.91 49.61 192.26 -
System Red Green Blue C M Y K H S L
Decimal 254 145 25 0 0.43 0.90 0.00 31.44 0.99 0.55
Hex FE 91 19 0 2B 5A 0 1F 63 37
Octal 376 221 31 0 53 132 0 37 143 67
Binary 11111110 10010001 11001 0 101011 1011010 0 11111 1100011 110111

Color Harmonies of #FE9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9119

Black with #FE9119

Text Example


Text Example

White with #FE9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9119; }

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

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

background-color css

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

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

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

border-color css

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

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

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