Html Css Color HEX #FDC002 Amber

📋 copy color: '#FDC002'

red 253 ◦ green 192 ◦ blue 2

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

Shades of Amber #FDC002

Tints of Amber #FDC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 56.6%
G = 42.95%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDC002 (or 0xFDC002) is known color: Amber. HEX triplet: FD, C0 and 02. RGB value is (253,192,2). Sum of RGB (Red+Green+Blue) = 253+192+2=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC002 is #023FFD. Grayscale: #BDBDBD. Windows color (decimal): -147454 or 180477. OLE color: 180477.

HSL color Cylindrical-coordinate representation of color #FDC002: hue angle of 45.42º 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 #FDC002 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 2 -
CMYK 0 0.24 0.99 0.01
HSL 45.42º 0.98% 0.5% -
HSV(B) 45.42º 0.99% 0.99% -
XYZ 59.37 58.59 8.24 -
YUV 188.58 22.71 173.95 -
System Red Green Blue C M Y K H S L
Decimal 253 192 2 0 0.24 0.99 0.01 45.42 0.98 0.5
Hex FD C0 2 0 18 63 1 2D 62 32
Octal 375 300 2 0 30 143 1 55 142 62
Binary 11111101 11000000 10 0 11000 1100011 1 101101 1100010 110010

Color Harmonies of #FDC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC002

Black with #FDC002

Text Example


Text Example

White with #FDC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC002; }

 p { color: rgb(253,192,2); }

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

background-color css

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

 a { background-color: rgb(253,192,2); }

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

border-color css

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

 span { border-color: rgb(253,192,2); }

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