Html Css Color HEX #FDC802 Tangerine Yellow

📋 copy color: '#FDC802'

red 253 ◦ green 200 ◦ blue 2

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

Shades of Tangerine Yellow #FDC802

Tints of Tangerine Yellow #FDC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

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

R = 55.6%
G = 43.96%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDC802 (or 0xFDC802) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 02. RGB value is (253,200,2). Sum of RGB (Red+Green+Blue) = 253+200+2=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC802 is #0237FD. Grayscale: #C2C2C2. Windows color (decimal): -145406 or 182525. OLE color: 182525.

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

Color convert

RGB 253 200 2 -
CMYK 0 0.21 0.99 0.01
HSL 47.33º 0.98% 0.5% -
HSV(B) 47.33º 0.99% 0.99% -
XYZ 61.17 62.2 8.84 -
YUV 193.28 20.06 170.6 -
System Red Green Blue C M Y K H S L
Decimal 253 200 2 0 0.21 0.99 0.01 47.33 0.98 0.5
Hex FD C8 2 0 15 63 1 2F 62 32
Octal 375 310 2 0 25 143 1 57 142 62
Binary 11111101 11001000 10 0 10101 1100011 1 101111 1100010 110010

Color Harmonies of #FDC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC802

Black with #FDC802

Text Example


Text Example

White with #FDC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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