Html Css Color HEX #F99701 Orange Peel

📋 copy color: '#F99701'

red 249 ◦ green 151 ◦ blue 1

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

Shades of Orange Peel #F99701

Tints of Orange Peel #F99701

RGB

 RED value IS 249 (97.66% from 255) = 62.09%

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

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

R = 62.09%
G = 37.66%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F99701 (or 0xF99701) is known color: Orange Peel. HEX triplet: F9, 97 and 01. RGB value is (249,151,1). Sum of RGB (Red+Green+Blue) = 249+151+1=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F99701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99701 is #0668FE. Grayscale: #A3A3A3. Windows color (decimal): -420095 or 104441. OLE color: 104441.

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

Color convert

RGB 249 151 1 -
CMYK 0 0.39 1.00 0.02
HSL 36.29º 0.99% 0.49% -
HSV(B) 36.29º 1% 0.98% -
XYZ 50.14 42.28 5.55 -
YUV 163.2 36.47 189.2 -
System Red Green Blue C M Y K H S L
Decimal 249 151 1 0 0.39 1.00 0.02 36.29 0.99 0.49
Hex F9 97 1 0 27 64 2 24 63 31
Octal 371 227 1 0 47 144 2 44 143 61
Binary 11111001 10010111 1 0 100111 1100100 10 100100 1100011 110001

Color Harmonies of #F99701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99701

Black with #F99701

Text Example


Text Example

White with #F99701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99701; }

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

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

background-color css

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

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

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

border-color css

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

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

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