Html Css Color HEX #F99F0B Orange Peel

📋 copy color: '#F99F0B'

red 249 ◦ green 159 ◦ blue 11

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

Shades of Orange Peel #F99F0B

Tints of Orange Peel #F99F0B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 59.43%
G = 37.95%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F99F0B (or 0xF99F0B) is known color: Orange Peel. HEX triplet: F9, 9F and 0B. RGB value is (249,159,11). Sum of RGB (Red+Green+Blue) = 249+159+11=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99F0B is #0660F4. Grayscale: #A9A9A9. Windows color (decimal): -418037 or 761849. OLE color: 761849.

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

Color convert

RGB 249 159 11 -
CMYK 0 0.36 0.96 0.02
HSL 37.31º 0.95% 0.51% -
HSV(B) 37.31º 0.96% 0.98% -
XYZ 51.53 44.96 6.28 -
YUV 169.04 38.82 185.03 -
System Red Green Blue C M Y K H S L
Decimal 249 159 11 0 0.36 0.96 0.02 37.31 0.95 0.51
Hex F9 9F B 0 24 60 2 25 5F 33
Octal 371 237 13 0 44 140 2 45 137 63
Binary 11111001 10011111 1011 0 100100 1100000 10 100101 1011111 110011

Color Harmonies of #F99F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99F0B

Black with #F99F0B

Text Example


Text Example

White with #F99F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99F0B; }

 p { color: rgb(249,159,11); }

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

background-color css

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

 a { background-color: rgb(249,159,11); }

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

border-color css

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

 span { border-color: rgb(249,159,11); }

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