Html Css Color HEX #FCD51A Turbo

📋 copy color: '#FCD51A'

red 252 ◦ green 213 ◦ blue 26

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

Shades of Turbo #FCD51A

Tints of Turbo #FCD51A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 26 (10.55% from 255) = 5.3%

R = 51.32%
G = 43.38%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD51A (or 0xFCD51A) is known color: Turbo. HEX triplet: FC, D5 and 1A. RGB value is (252,213,26). Sum of RGB (Red+Green+Blue) = 252+213+26=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD51A is #032AE5. Grayscale: #CCCCCC. Windows color (decimal): -207590 or 1758716. OLE color: 1758716.

HSL color Cylindrical-coordinate representation of color #FCD51A: hue angle of 49.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCD51A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 26 -
CMYK 0 0.15 0.90 0.01
HSL 49.65º 0.97% 0.55% -
HSV(B) 49.65º 0.9% 0.99% -
XYZ 64.13 68.36 10.79 -
YUV 203.34 27.92 162.71 -
System Red Green Blue C M Y K H S L
Decimal 252 213 26 0 0.15 0.90 0.01 49.65 0.97 0.55
Hex FC D5 1A 0 F 5A 1 32 61 37
Octal 374 325 32 0 17 132 1 62 141 67
Binary 11111100 11010101 11010 0 1111 1011010 1 110010 1100001 110111

Color Harmonies of #FCD51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD51A

Black with #FCD51A

Text Example


Text Example

White with #FCD51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD51A; }

 p { color: rgb(252,213,26); }

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

background-color css

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

 a { background-color: rgb(252,213,26); }

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

border-color css

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

 span { border-color: rgb(252,213,26); }

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