Html Css Color HEX #F99C01 Orange Peel

📋 copy color: '#F99C01'

red 249 ◦ green 156 ◦ blue 1

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

Shades of Orange Peel #F99C01

Tints of Orange Peel #F99C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

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

R = 61.33%
G = 38.42%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F99C01 (or 0xF99C01) is known color: Orange Peel. HEX triplet: F9, 9C and 01. RGB value is (249,156,1). Sum of RGB (Red+Green+Blue) = 249+156+1=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99C01 is #0663FE. Grayscale: #A6A6A6. Windows color (decimal): -418815 or 105721. OLE color: 105721.

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

Color convert

RGB 249 156 1 -
CMYK 0 0.37 1.00 0.02
HSL 37.5º 0.99% 0.49% -
HSV(B) 37.5º 1% 0.98% -
XYZ 50.96 43.92 5.82 -
YUV 166.14 34.81 187.1 -
System Red Green Blue C M Y K H S L
Decimal 249 156 1 0 0.37 1.00 0.02 37.5 0.99 0.49
Hex F9 9C 1 0 25 64 2 26 63 31
Octal 371 234 1 0 45 144 2 46 143 61
Binary 11111001 10011100 1 0 100101 1100100 10 100110 1100011 110001

Color Harmonies of #F99C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99C01

Black with #F99C01

Text Example


Text Example

White with #F99C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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