Html Css Color HEX #FCD31A Turbo

📋 copy color: '#FCD31A'

red 252 ◦ green 211 ◦ blue 26

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

Shades of Turbo #FCD31A

Tints of Turbo #FCD31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

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

R = 51.53%
G = 43.15%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD31A (or 0xFCD31A) is known color: Turbo. HEX triplet: FC, D3 and 1A. RGB value is (252,211,26). Sum of RGB (Red+Green+Blue) = 252+211+26=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 26 (10.55% from 255 or 5.32% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD31A is #032CE5. Grayscale: #CACACA. Windows color (decimal): -208102 or 1758204. OLE color: 1758204.

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

Color convert

RGB 252 211 26 -
CMYK 0 0.16 0.90 0.01
HSL 49.12º 0.97% 0.55% -
HSV(B) 49.12º 0.9% 0.99% -
XYZ 63.63 67.36 10.63 -
YUV 202.17 28.58 163.54 -
System Red Green Blue C M Y K H S L
Decimal 252 211 26 0 0.16 0.90 0.01 49.12 0.97 0.55
Hex FC D3 1A 0 10 5A 1 31 61 37
Octal 374 323 32 0 20 132 1 61 141 67
Binary 11111100 11010011 11010 0 10000 1011010 1 110001 1100001 110111

Color Harmonies of #FCD31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD31A

Black with #FCD31A

Text Example


Text Example

White with #FCD31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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