Html Css Color HEX #FDA003 Orange Peel

📋 copy color: '#FDA003'

red 253 ◦ green 160 ◦ blue 3

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

Shades of Orange Peel #FDA003

Tints of Orange Peel #FDA003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 60.82%
G = 38.46%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDA003 (or 0xFDA003) is known color: Orange Peel. HEX triplet: FD, A0 and 03. RGB value is (253,160,3). Sum of RGB (Red+Green+Blue) = 253+160+3=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA003 is #025FFC. Grayscale: #AAAAAA. Windows color (decimal): -155645 or 237821. OLE color: 237821.

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

Color convert

RGB 253 160 3 -
CMYK 0 0.37 0.99 0.01
HSL 37.68º 0.98% 0.5% -
HSV(B) 37.68º 0.99% 0.99% -
XYZ 53.1 46.03 6.17 -
YUV 169.91 33.81 187.27 -
System Red Green Blue C M Y K H S L
Decimal 253 160 3 0 0.37 0.99 0.01 37.68 0.98 0.5
Hex FD A0 3 0 25 63 1 26 62 32
Octal 375 240 3 0 45 143 1 46 142 62
Binary 11111101 10100000 11 0 100101 1100011 1 100110 1100010 110010

Color Harmonies of #FDA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA003

Black with #FDA003

Text Example


Text Example

White with #FDA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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