Html Css Color HEX #FCC812 Tangerine Yellow

📋 copy color: '#FCC812'

red 252 ◦ green 200 ◦ blue 18

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

Shades of Tangerine Yellow #FCC812

Tints of Tangerine Yellow #FCC812

RGB

 RED value IS 252 (98.83% from 255) = 53.62%

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

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

R = 53.62%
G = 42.55%
B = 3.83%

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

#FCC812 (or 0xFCC812) is known color: Tangerine Yellow. HEX triplet: FC, C8 and 12. RGB value is (252,200,18). Sum of RGB (Red+Green+Blue) = 252+200+18=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC812 is #0337ED. Grayscale: #C3C3C3. Windows color (decimal): -210926 or 1231100. OLE color: 1231100.

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

Color convert

RGB 252 200 18 -
CMYK 0 0.21 0.93 0.01
HSL 46.67º 0.98% 0.53% -
HSV(B) 46.67º 0.93% 0.99% -
XYZ 60.91 62.05 9.34 -
YUV 194.8 28.23 168.8 -
System Red Green Blue C M Y K H S L
Decimal 252 200 18 0 0.21 0.93 0.01 46.67 0.98 0.53
Hex FC C8 12 0 15 5D 1 2F 62 35
Octal 374 310 22 0 25 135 1 57 142 65
Binary 11111100 11001000 10010 0 10101 1011101 1 101111 1100010 110101

Color Harmonies of #FCC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC812

Black with #FCC812

Text Example


Text Example

White with #FCC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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