Html Css Color HEX #FE9318 Carrot Orange

📋 copy color: '#FE9318'

red 254 ◦ green 147 ◦ blue 24

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

Shades of Carrot Orange #FE9318

Tints of Carrot Orange #FE9318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 59.76%
G = 34.59%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE9318 (or 0xFE9318) is known color: Carrot Orange. HEX triplet: FE, 93 and 18. RGB value is (254,147,24). Sum of RGB (Red+Green+Blue) = 254+147+24=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9318 is #016CE7. Grayscale: #A5A5A5. Windows color (decimal): -93416 or 1610750. OLE color: 1610750.

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

Color convert

RGB 254 147 24 -
CMYK 0 0.42 0.91 0.00
HSL 32.09º 0.99% 0.55% -
HSV(B) 32.09º 0.91% 1% -
XYZ 51.47 42 6.26 -
YUV 164.97 48.45 191.5 -
System Red Green Blue C M Y K H S L
Decimal 254 147 24 0 0.42 0.91 0.00 32.09 0.99 0.55
Hex FE 93 18 0 2A 5B 0 20 63 37
Octal 376 223 30 0 52 133 0 40 143 67
Binary 11111110 10010011 11000 0 101010 1011011 0 100000 1100011 110111

Color Harmonies of #FE9318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9318

Black with #FE9318

Text Example


Text Example

White with #FE9318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9318; }

 p { color: rgb(254,147,24); }

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

background-color css

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

 a { background-color: rgb(254,147,24); }

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

border-color css

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

 span { border-color: rgb(254,147,24); }

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