Html Css Color HEX #FDC812 Tangerine Yellow

📋 copy color: '#FDC812'

red 253 ◦ green 200 ◦ blue 18

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

Shades of Tangerine Yellow #FDC812

Tints of Tangerine Yellow #FDC812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.82%

R = 53.72%
G = 42.46%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC812 (or 0xFDC812) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 12. RGB value is (253,200,18). Sum of RGB (Red+Green+Blue) = 253+200+18=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC812 is #0237ED. Grayscale: #C3C3C3. Windows color (decimal): -145390 or 1231101. OLE color: 1231101.

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

Color convert

RGB 253 200 18 -
CMYK 0 0.21 0.93 0.01
HSL 46.47º 0.98% 0.53% -
HSV(B) 46.47º 0.93% 0.99% -
XYZ 61.27 62.23 9.36 -
YUV 195.1 28.06 169.3 -
System Red Green Blue C M Y K H S L
Decimal 253 200 18 0 0.21 0.93 0.01 46.47 0.98 0.53
Hex FD C8 12 0 15 5D 1 2E 62 35
Octal 375 310 22 0 25 135 1 56 142 65
Binary 11111101 11001000 10010 0 10101 1011101 1 101110 1100010 110101

Color Harmonies of #FDC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC812

Black with #FDC812

Text Example


Text Example

White with #FDC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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