Html Css Color HEX #F99C07 Orange Peel

📋 copy color: '#F99C07'

red 249 ◦ green 156 ◦ blue 7

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

Shades of Orange Peel #F99C07

Tints of Orange Peel #F99C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 60.44%
G = 37.86%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F99C07 (or 0xF99C07) is known color: Orange Peel. HEX triplet: F9, 9C and 07. RGB value is (249,156,7). Sum of RGB (Red+Green+Blue) = 249+156+7=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99C07 is #0663F8. Grayscale: #A7A7A7. Windows color (decimal): -418809 or 498937. OLE color: 498937.

HSL color Cylindrical-coordinate representation of color #F99C07: hue angle of 36.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F99C07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 156 7 -
CMYK 0 0.37 0.97 0.02
HSL 36.94º 0.95% 0.5% -
HSV(B) 36.94º 0.97% 0.98% -
XYZ 50.99 43.93 5.99 -
YUV 166.82 37.81 186.62 -
System Red Green Blue C M Y K H S L
Decimal 249 156 7 0 0.37 0.97 0.02 36.94 0.95 0.5
Hex F9 9C 7 0 25 61 2 25 5F 32
Octal 371 234 7 0 45 141 2 45 137 62
Binary 11111001 10011100 111 0 100101 1100001 10 100101 1011111 110010

Color Harmonies of #F99C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99C07

Black with #F99C07

Text Example


Text Example

White with #F99C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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