Html Css Color HEX #FCCF12 Tangerine Yellow

📋 copy color: '#FCCF12'

red 252 ◦ green 207 ◦ blue 18

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

Shades of Tangerine Yellow #FCCF12

Tints of Tangerine Yellow #FCCF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.4%

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

R = 52.83%
G = 43.4%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCCF12 (or 0xFCCF12) is known color: Tangerine Yellow. HEX triplet: FC, CF and 12. RGB value is (252,207,18). Sum of RGB (Red+Green+Blue) = 252+207+18=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF12 is #0330ED. Grayscale: #C7C7C7. Windows color (decimal): -209134 or 1232892. OLE color: 1232892.

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

Color convert

RGB 252 207 18 -
CMYK 0 0.18 0.93 0.01
HSL 48.46º 0.98% 0.53% -
HSV(B) 48.46º 0.93% 0.99% -
XYZ 62.57 65.36 9.89 -
YUV 198.91 25.91 165.87 -
System Red Green Blue C M Y K H S L
Decimal 252 207 18 0 0.18 0.93 0.01 48.46 0.98 0.53
Hex FC CF 12 0 12 5D 1 30 62 35
Octal 374 317 22 0 22 135 1 60 142 65
Binary 11111100 11001111 10010 0 10010 1011101 1 110000 1100010 110101

Color Harmonies of #FCCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF12

Black with #FCCF12

Text Example


Text Example

White with #FCCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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