Html Css Color HEX #FCCF11 Tangerine Yellow

📋 copy color: '#FCCF11'

red 252 ◦ green 207 ◦ blue 17

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

Shades of Tangerine Yellow #FCCF11

Tints of Tangerine Yellow #FCCF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.57%

R = 52.94%
G = 43.49%
B = 3.57%

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

#FCCF11 (or 0xFCCF11) is known color: Tangerine Yellow. HEX triplet: FC, CF and 11. RGB value is (252,207,17). Sum of RGB (Red+Green+Blue) = 252+207+17=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF11 is #0330EE. Grayscale: #C7C7C7. Windows color (decimal): -209135 or 1167356. OLE color: 1167356.

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

Color convert

RGB 252 207 17 -
CMYK 0 0.18 0.93 0.01
HSL 48.51º 0.98% 0.53% -
HSV(B) 48.51º 0.93% 0.99% -
XYZ 62.56 65.36 9.85 -
YUV 198.8 25.41 165.95 -
System Red Green Blue C M Y K H S L
Decimal 252 207 17 0 0.18 0.93 0.01 48.51 0.98 0.53
Hex FC CF 11 0 12 5D 1 31 62 35
Octal 374 317 21 0 22 135 1 61 142 65
Binary 11111100 11001111 10001 0 10010 1011101 1 110001 1100010 110101

Color Harmonies of #FCCF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF11

Black with #FCCF11

Text Example


Text Example

White with #FCCF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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