Html Css Color HEX #FE9601 Orange Peel

📋 copy color: '#FE9601'

red 254 ◦ green 150 ◦ blue 1

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

Shades of Orange Peel #FE9601

Tints of Orange Peel #FE9601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 62.72%
G = 37.04%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE9601 (or 0xFE9601) is known color: Orange Peel. HEX triplet: FE, 96 and 01. RGB value is (254,150,1). Sum of RGB (Red+Green+Blue) = 254+150+1=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9601 is #0169FE. Grayscale: #A4A4A4. Windows color (decimal): -92671 or 104190. OLE color: 104190.

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

Color convert

RGB 254 150 1 -
CMYK 0 0.41 1.00 0.00
HSL 35.34º 0.99% 0.5% -
HSV(B) 35.34º 1% 1% -
XYZ 51.78 42.89 5.58 -
YUV 164.11 35.96 192.12 -
System Red Green Blue C M Y K H S L
Decimal 254 150 1 0 0.41 1.00 0.00 35.34 0.99 0.5
Hex FE 96 1 0 29 64 0 23 63 32
Octal 376 226 1 0 51 144 0 43 143 62
Binary 11111110 10010110 1 0 101001 1100100 0 100011 1100011 110010

Color Harmonies of #FE9601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9601

Black with #FE9601

Text Example


Text Example

White with #FE9601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9601; }

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

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

background-color css

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

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

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

border-color css

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

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

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