Html Css Color HEX #F99B0B Orange Peel

📋 copy color: '#F99B0B'

red 249 ◦ green 155 ◦ blue 11

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

Shades of Orange Peel #F99B0B

Tints of Orange Peel #F99B0B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.35%

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

R = 60%
G = 37.35%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F99B0B (or 0xF99B0B) is known color: Orange Peel. HEX triplet: F9, 9B and 0B. RGB value is (249,155,11). Sum of RGB (Red+Green+Blue) = 249+155+11=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99B0B is #0664F4. Grayscale: #A7A7A7. Windows color (decimal): -419061 or 760825. OLE color: 760825.

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

Color convert

RGB 249 155 11 -
CMYK 0 0.38 0.96 0.02
HSL 36.3º 0.95% 0.51% -
HSV(B) 36.3º 0.96% 0.98% -
XYZ 50.85 43.61 6.05 -
YUV 166.69 40.14 186.71 -
System Red Green Blue C M Y K H S L
Decimal 249 155 11 0 0.38 0.96 0.02 36.3 0.95 0.51
Hex F9 9B B 0 26 60 2 24 5F 33
Octal 371 233 13 0 46 140 2 44 137 63
Binary 11111001 10011011 1011 0 100110 1100000 10 100100 1011111 110011

Color Harmonies of #F99B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99B0B

Black with #F99B0B

Text Example


Text Example

White with #F99B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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