Html Css Color HEX #FD9900 Orange Peel

📋 copy color: '#FD9900'

red 253 ◦ green 153 ◦ blue 0

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

Shades of Orange Peel #FD9900

Tints of Orange Peel #FD9900

RGB

 RED value IS 253 (99.22% from 255) = 62.32%

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

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

R = 62.32%
G = 37.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD9900 (or 0xFD9900) is known color: Orange Peel. HEX triplet: FD, 99 and 00. RGB value is (253,153,0). Sum of RGB (Red+Green+Blue) = 253+153+0=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9900 is #0266FF. Grayscale: #A6A6A6. Windows color (decimal): -157440 or 39421. OLE color: 39421.

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

Color convert

RGB 253 153 0 -
CMYK 0 0.40 1 0.01
HSL 36.28º 1% 0.5% -
HSV(B) 36.28º 1% 0.99% -
XYZ 51.9 43.67 5.69 -
YUV 165.46 34.63 190.44 -
System Red Green Blue C M Y K H S L
Decimal 253 153 0 0 0.40 1 0.01 36.28 1 0.5
Hex FD 99 0 0 28 64 1 24 64 32
Octal 375 231 0 0 50 144 1 44 144 62
Binary 11111101 10011001 0 0 101000 1100100 1 100100 1100100 110010

Color Harmonies of #FD9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9900

Black with #FD9900

Text Example


Text Example

White with #FD9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9900; }

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

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

background-color css

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

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

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

border-color css

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

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

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