Html Css Color HEX #FCD413 Turbo

📋 copy color: '#FCD413'

red 252 ◦ green 212 ◦ blue 19

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

Shades of Turbo #FCD413

Tints of Turbo #FCD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

 BLUE value IS 19 (7.81% from 255) = 3.93%

R = 52.17%
G = 43.89%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD413 (or 0xFCD413) is known color: Turbo. HEX triplet: FC, D4 and 13. RGB value is (252,212,19). Sum of RGB (Red+Green+Blue) = 252+212+19=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD413 is #032BEC. Grayscale: #CACACA. Windows color (decimal): -207853 or 1299708. OLE color: 1299708.

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

Color convert

RGB 252 212 19 -
CMYK 0 0.16 0.92 0.01
HSL 49.7º 0.97% 0.53% -
HSV(B) 49.7º 0.92% 0.99% -
XYZ 63.81 67.83 10.35 -
YUV 201.96 24.75 163.69 -
System Red Green Blue C M Y K H S L
Decimal 252 212 19 0 0.16 0.92 0.01 49.7 0.97 0.53
Hex FC D4 13 0 10 5C 1 32 61 35
Octal 374 324 23 0 20 134 1 62 141 65
Binary 11111100 11010100 10011 0 10000 1011100 1 110010 1100001 110101

Color Harmonies of #FCD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD413

Black with #FCD413

Text Example


Text Example

White with #FCD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD413; }

 p { color: rgb(252,212,19); }

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

background-color css

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

 a { background-color: rgb(252,212,19); }

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

border-color css

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

 span { border-color: rgb(252,212,19); }

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