Html Css Color HEX #F99D00 Orange Peel

📋 copy color: '#F99D00'

red 249 ◦ green 157 ◦ blue 0

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

Shades of Orange Peel #F99D00

Tints of Orange Peel #F99D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.33%
G = 38.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F99D00 (or 0xF99D00) is known color: Orange Peel. HEX triplet: F9, 9D and 00. RGB value is (249,157,0). Sum of RGB (Red+Green+Blue) = 249+157+0=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99D00 is #0662FF. Grayscale: #A7A7A7. Windows color (decimal): -418560 or 40441. OLE color: 40441.

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

Color convert

RGB 249 157 0 -
CMYK 0 0.37 1 0.02
HSL 37.83º 1% 0.49% -
HSV(B) 37.83º 1% 0.98% -
XYZ 51.12 44.25 5.85 -
YUV 166.61 33.98 186.77 -
System Red Green Blue C M Y K H S L
Decimal 249 157 0 0 0.37 1 0.02 37.83 1 0.49
Hex F9 9D 0 0 25 64 2 26 64 31
Octal 371 235 0 0 45 144 2 46 144 61
Binary 11111001 10011101 0 0 100101 1100100 10 100110 1100100 110001

Color Harmonies of #F99D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D00

Black with #F99D00

Text Example


Text Example

White with #F99D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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