Html Css Color HEX #FF9701 Orange Peel

📋 copy color: '#FF9701'

red 255 ◦ green 151 ◦ blue 1

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

Shades of Orange Peel #FF9701

Tints of Orange Peel #FF9701

RGB

 RED value IS 255 (100% from 255) = 62.65%

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

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

R = 62.65%
G = 37.1%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF9701 (or 0xFF9701) is known color: Orange Peel. HEX triplet: FF, 97 and 01. RGB value is (255,151,1). Sum of RGB (Red+Green+Blue) = 255+151+1=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9701 is #0068FE. Grayscale: #A5A5A5. Windows color (decimal): -26879 or 104447. OLE color: 104447.

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

Color convert

RGB 255 151 1 -
CMYK 0 0.41 1.00 0
HSL 35.43º 1% 0.5% -
HSV(B) 35.43º 1% 1% -
XYZ 52.31 43.4 5.65 -
YUV 165 35.46 192.2 -
System Red Green Blue C M Y K H S L
Decimal 255 151 1 0 0.41 1.00 0 35.43 1 0.5
Hex FF 97 1 0 29 64 0 23 64 32
Octal 377 227 1 0 51 144 0 43 144 62
Binary 11111111 10010111 1 0 101001 1100100 0 100011 1100100 110010

Color Harmonies of #FF9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9701

Black with #FF9701

Text Example


Text Example

White with #FF9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9701; }

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

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

background-color css

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

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

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

border-color css

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

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

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