Html Css Color HEX #FE9316 Carrot Orange

📋 copy color: '#FE9316'

red 254 ◦ green 147 ◦ blue 22

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

Shades of Carrot Orange #FE9316

Tints of Carrot Orange #FE9316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.2%

R = 60.05%
G = 34.75%
B = 5.2%

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

#FE9316 (or 0xFE9316) is known color: Carrot Orange. HEX triplet: FE, 93 and 16. RGB value is (254,147,22). Sum of RGB (Red+Green+Blue) = 254+147+22=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9316 is #016CE9. Grayscale: #A5A5A5. Windows color (decimal): -93418 or 1479678. OLE color: 1479678.

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

Color convert

RGB 254 147 22 -
CMYK 0 0.42 0.91 0.00
HSL 32.33º 0.99% 0.54% -
HSV(B) 32.33º 0.91% 1% -
XYZ 51.45 42 6.15 -
YUV 164.74 47.45 191.66 -
System Red Green Blue C M Y K H S L
Decimal 254 147 22 0 0.42 0.91 0.00 32.33 0.99 0.54
Hex FE 93 16 0 2A 5B 0 20 63 36
Octal 376 223 26 0 52 133 0 40 143 66
Binary 11111110 10010011 10110 0 101010 1011011 0 100000 1100011 110110

Color Harmonies of #FE9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9316

Black with #FE9316

Text Example


Text Example

White with #FE9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9316; }

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

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

background-color css

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

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

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

border-color css

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

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

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