Html Css Color HEX #FF990B Orange Peel

📋 copy color: '#FF990B'

red 255 ◦ green 153 ◦ blue 11

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

Shades of Orange Peel #FF990B

Tints of Orange Peel #FF990B

RGB

 RED value IS 255 (100% from 255) = 60.86%

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 60.86%
G = 36.52%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF990B (or 0xFF990B) is known color: Orange Peel. HEX triplet: FF, 99 and 0B. RGB value is (255,153,11). Sum of RGB (Red+Green+Blue) = 255+153+11=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF990B is #0066F4. Grayscale: #A7A7A7. Windows color (decimal): -26357 or 760319. OLE color: 760319.

HSL color Cylindrical-coordinate representation of color #FF990B: hue angle of 34.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF990B is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 11 -
CMYK 0 0.4 0.96 0
HSL 34.92º 1% 0.52% -
HSV(B) 34.92º 0.96% 1% -
XYZ 52.69 44.07 6.05 -
YUV 167.31 39.79 190.55 -
System Red Green Blue C M Y K H S L
Decimal 255 153 11 0 0.4 0.96 0 34.92 1 0.52
Hex FF 99 B 0 28 60 0 23 64 34
Octal 377 231 13 0 50 140 0 43 144 64
Binary 11111111 10011001 1011 0 101000 1100000 0 100011 1100100 110100

Color Harmonies of #FF990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF990B

Black with #FF990B

Text Example


Text Example

White with #FF990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF990B; }

 p { color: rgb(255,153,11); }

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

background-color css

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

 a { background-color: rgb(255,153,11); }

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

border-color css

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

 span { border-color: rgb(255,153,11); }

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