Html Css Color HEX #FE9901 Orange Peel

📋 copy color: '#FE9901'

red 254 ◦ green 153 ◦ blue 1

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

Shades of Orange Peel #FE9901

Tints of Orange Peel #FE9901

RGB

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

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

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

R = 62.25%
G = 37.5%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE9901 (or 0xFE9901) is known color: Orange Peel. HEX triplet: FE, 99 and 01. RGB value is (254,153,1). Sum of RGB (Red+Green+Blue) = 254+153+1=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9901 is #0166FE. Grayscale: #A6A6A6. Windows color (decimal): -91903 or 104958. OLE color: 104958.

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

Color convert

RGB 254 153 1 -
CMYK 0 0.40 1.00 0.00
HSL 36.05º 0.99% 0.5% -
HSV(B) 36.05º 1% 1% -
XYZ 52.27 43.86 5.74 -
YUV 165.87 34.96 190.86 -
System Red Green Blue C M Y K H S L
Decimal 254 153 1 0 0.40 1.00 0.00 36.05 0.99 0.5
Hex FE 99 1 0 28 64 0 24 63 32
Octal 376 231 1 0 50 144 0 44 143 62
Binary 11111110 10011001 1 0 101000 1100100 0 100100 1100011 110010

Color Harmonies of #FE9901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9901

Black with #FE9901

Text Example


Text Example

White with #FE9901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9901; }

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

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

background-color css

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

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

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

border-color css

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

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

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