Html Css Color HEX #FE9701 Orange Peel

📋 copy color: '#FE9701'

red 254 ◦ green 151 ◦ blue 1

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

Shades of Orange Peel #FE9701

Tints of Orange Peel #FE9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.19%

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

R = 62.56%
G = 37.19%
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

#FE9701 (or 0xFE9701) is known color: Orange Peel. HEX triplet: FE, 97 and 01. RGB value is (254,151,1). Sum of RGB (Red+Green+Blue) = 254+151+1=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9701 is #0168FE. Grayscale: #A5A5A5. Windows color (decimal): -92415 or 104446. OLE color: 104446.

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

Color convert

RGB 254 151 1 -
CMYK 0 0.41 1.00 0.00
HSL 35.57º 0.99% 0.5% -
HSV(B) 35.57º 1% 1% -
XYZ 51.95 43.21 5.63 -
YUV 164.7 35.62 191.7 -
System Red Green Blue C M Y K H S L
Decimal 254 151 1 0 0.41 1.00 0.00 35.57 0.99 0.5
Hex FE 97 1 0 29 64 0 24 63 32
Octal 376 227 1 0 51 144 0 44 143 62
Binary 11111110 10010111 1 0 101001 1100100 0 100100 1100011 110010

Color Harmonies of #FE9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9701

Black with #FE9701

Text Example


Text Example

White with #FE9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9701; }

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

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

background-color css

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

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

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

border-color css

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

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

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