Html Css Color HEX #FF9900 Orange Peel

📋 copy color: '#FF9900'

red 255 ◦ green 153 ◦ blue 0

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

Shades of Orange Peel #FF9900

Tints of Orange Peel #FF9900

RGB

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

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

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

R = 62.5%
G = 37.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF9900 (or 0xFF9900) is known color: Orange Peel. HEX triplet: FF, 99 and 00. RGB value is (255,153,0). Sum of RGB (Red+Green+Blue) = 255+153+0=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9900 is a web safe color. Inversed color of #FF9900 is #0066FF. Grayscale: #A6A6A6. Windows color (decimal): -26368 or 39423. OLE color: 39423.

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

Color convert

RGB 255 153 0 -
CMYK 0 0.4 1 0
HSL 36º 1% 0.5% -
HSV(B) 36º 1% 1% -
XYZ 52.63 44.04 5.73 -
YUV 166.06 34.29 191.44 -
System Red Green Blue C M Y K H S L
Decimal 255 153 0 0 0.4 1 0 36 1 0.5
Hex FF 99 0 0 28 64 0 24 64 32
Octal 377 231 0 0 50 144 0 44 144 62
Binary 11111111 10011001 0 0 101000 1100100 0 100100 1100100 110010

Color Harmonies of #FF9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9900

Black with #FF9900

Text Example


Text Example

White with #FF9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9900; }

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

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

background-color css

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

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

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

border-color css

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

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

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