Html Css Color HEX #FCD52A Turbo

📋 copy color: '#FCD52A'

red 252 ◦ green 213 ◦ blue 42

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

Shades of Turbo #FCD52A

Tints of Turbo #FCD52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.28%

R = 49.7%
G = 42.01%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD52A (or 0xFCD52A) is known color: Turbo. HEX triplet: FC, D5 and 2A. RGB value is (252,213,42). Sum of RGB (Red+Green+Blue) = 252+213+42=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD52A is #032AD5. Grayscale: #CDCDCD. Windows color (decimal): -207574 or 2807292. OLE color: 2807292.

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

Color convert

RGB 252 213 42 -
CMYK 0 0.15 0.83 0.01
HSL 48.86º 0.97% 0.58% -
HSV(B) 48.86º 0.83% 0.99% -
XYZ 64.36 68.45 12.01 -
YUV 205.17 35.92 161.4 -
System Red Green Blue C M Y K H S L
Decimal 252 213 42 0 0.15 0.83 0.01 48.86 0.97 0.58
Hex FC D5 2A 0 F 53 1 31 61 3A
Octal 374 325 52 0 17 123 1 61 141 72
Binary 11111100 11010101 101010 0 1111 1010011 1 110001 1100001 111010

Color Harmonies of #FCD52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD52A

Black with #FCD52A

Text Example


Text Example

White with #FCD52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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