Html Css Color HEX #FDA00A Orange Peel

📋 copy color: '#FDA00A'

red 253 ◦ green 160 ◦ blue 10

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

Shades of Orange Peel #FDA00A

Tints of Orange Peel #FDA00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 59.81%
G = 37.83%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDA00A (or 0xFDA00A) is known color: Orange Peel. HEX triplet: FD, A0 and 0A. RGB value is (253,160,10). Sum of RGB (Red+Green+Blue) = 253+160+10=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA00A is #025FF5. Grayscale: #ABABAB. Windows color (decimal): -155638 or 696573. OLE color: 696573.

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

Color convert

RGB 253 160 10 -
CMYK 0 0.37 0.96 0.01
HSL 37.04º 0.98% 0.52% -
HSV(B) 37.04º 0.96% 0.99% -
XYZ 53.13 46.05 6.37 -
YUV 170.71 37.31 186.7 -
System Red Green Blue C M Y K H S L
Decimal 253 160 10 0 0.37 0.96 0.01 37.04 0.98 0.52
Hex FD A0 A 0 25 60 1 25 62 34
Octal 375 240 12 0 45 140 1 45 142 64
Binary 11111101 10100000 1010 0 100101 1100000 1 100101 1100010 110100

Color Harmonies of #FDA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA00A

Black with #FDA00A

Text Example


Text Example

White with #FDA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA00A; }

 p { color: rgb(253,160,10); }

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

background-color css

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

 a { background-color: rgb(253,160,10); }

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

border-color css

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

 span { border-color: rgb(253,160,10); }

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