Html Css Color HEX #FE9A01 Orange Peel

📋 copy color: '#FE9A01'

red 254 ◦ green 154 ◦ blue 1

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

Shades of Orange Peel #FE9A01

Tints of Orange Peel #FE9A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 62.1%
G = 37.65%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE9A01 (or 0xFE9A01) is known color: Orange Peel. HEX triplet: FE, 9A and 01. RGB value is (254,154,1). Sum of RGB (Red+Green+Blue) = 254+154+1=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9A01 is #0165FE. Grayscale: #A7A7A7. Windows color (decimal): -91647 or 105214. OLE color: 105214.

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

Color convert

RGB 254 154 1 -
CMYK 0 0.39 1.00 0.00
HSL 36.28º 0.99% 0.5% -
HSV(B) 36.28º 1% 1% -
XYZ 52.43 44.18 5.79 -
YUV 166.46 34.63 190.44 -
System Red Green Blue C M Y K H S L
Decimal 254 154 1 0 0.39 1.00 0.00 36.28 0.99 0.5
Hex FE 9A 1 0 27 64 0 24 63 32
Octal 376 232 1 0 47 144 0 44 143 62
Binary 11111110 10011010 1 0 100111 1100100 0 100100 1100011 110010

Color Harmonies of #FE9A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9A01

Black with #FE9A01

Text Example


Text Example

White with #FE9A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9A01; }

 p { color: rgb(254,154,1); }

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

background-color css

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

 a { background-color: rgb(254,154,1); }

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

border-color css

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

 span { border-color: rgb(254,154,1); }

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