Html Css Color HEX #FD9901 Orange Peel

📋 copy color: '#FD9901'

red 253 ◦ green 153 ◦ blue 1

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

Shades of Orange Peel #FD9901

Tints of Orange Peel #FD9901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 62.16%
G = 37.59%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD9901 (or 0xFD9901) is known color: Orange Peel. HEX triplet: FD, 99 and 01. RGB value is (253,153,1). Sum of RGB (Red+Green+Blue) = 253+153+1=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9901 is #0266FE. Grayscale: #A6A6A6. Windows color (decimal): -157439 or 104957. OLE color: 104957.

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

Color convert

RGB 253 153 1 -
CMYK 0 0.40 1.00 0.01
HSL 36.19º 0.99% 0.5% -
HSV(B) 36.19º 1% 0.99% -
XYZ 51.9 43.67 5.72 -
YUV 165.57 35.13 190.36 -
System Red Green Blue C M Y K H S L
Decimal 253 153 1 0 0.40 1.00 0.01 36.19 0.99 0.5
Hex FD 99 1 0 28 64 1 24 63 32
Octal 375 231 1 0 50 144 1 44 143 62
Binary 11111101 10011001 1 0 101000 1100100 1 100100 1100011 110010

Color Harmonies of #FD9901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9901

Black with #FD9901

Text Example


Text Example

White with #FD9901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9901; }

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

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

background-color css

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

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

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

border-color css

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

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

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