Html Css Color HEX #FCC80D Tangerine Yellow

📋 copy color: '#FCC80D'

red 252 ◦ green 200 ◦ blue 13

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

Shades of Tangerine Yellow #FCC80D

Tints of Tangerine Yellow #FCC80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 54.19%
G = 43.01%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCC80D (or 0xFCC80D) is known color: Tangerine Yellow. HEX triplet: FC, C8 and 0D. RGB value is (252,200,13). Sum of RGB (Red+Green+Blue) = 252+200+13=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC80D is #0337F2. Grayscale: #C3C3C3. Windows color (decimal): -210931 or 903420. OLE color: 903420.

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

Color convert

RGB 252 200 13 -
CMYK 0 0.21 0.95 0.01
HSL 46.95º 0.98% 0.52% -
HSV(B) 46.95º 0.95% 0.99% -
XYZ 60.87 62.03 9.15 -
YUV 194.23 25.73 169.21 -
System Red Green Blue C M Y K H S L
Decimal 252 200 13 0 0.21 0.95 0.01 46.95 0.98 0.52
Hex FC C8 D 0 15 5F 1 2F 62 34
Octal 374 310 15 0 25 137 1 57 142 64
Binary 11111100 11001000 1101 0 10101 1011111 1 101111 1100010 110100

Color Harmonies of #FCC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC80D

Black with #FCC80D

Text Example


Text Example

White with #FCC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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