Html Css Color HEX #F99D07 Orange Peel

📋 copy color: '#F99D07'

red 249 ◦ green 157 ◦ blue 7

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

Shades of Orange Peel #F99D07

Tints of Orange Peel #F99D07

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.01%

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

R = 60.29%
G = 38.01%
B = 1.69%

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

#F99D07 (or 0xF99D07) is known color: Orange Peel. HEX triplet: F9, 9D and 07. RGB value is (249,157,7). Sum of RGB (Red+Green+Blue) = 249+157+7=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99D07 is #0662F8. Grayscale: #A8A8A8. Windows color (decimal): -418553 or 499193. OLE color: 499193.

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

Color convert

RGB 249 157 7 -
CMYK 0 0.37 0.97 0.02
HSL 37.19º 0.95% 0.5% -
HSV(B) 37.19º 0.97% 0.98% -
XYZ 51.16 44.27 6.05 -
YUV 167.41 37.48 186.2 -
System Red Green Blue C M Y K H S L
Decimal 249 157 7 0 0.37 0.97 0.02 37.19 0.95 0.5
Hex F9 9D 7 0 25 61 2 25 5F 32
Octal 371 235 7 0 45 141 2 45 137 62
Binary 11111001 10011101 111 0 100101 1100001 10 100101 1011111 110010

Color Harmonies of #F99D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D07

Black with #F99D07

Text Example


Text Example

White with #F99D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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