Html Css Color HEX #FCD523 Turbo

📋 copy color: '#FCD523'

red 252 ◦ green 213 ◦ blue 35

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

Shades of Turbo #FCD523

Tints of Turbo #FCD523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7%

R = 50.4%
G = 42.6%
B = 7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCD523 (or 0xFCD523) is known color: Turbo. HEX triplet: FC, D5 and 23. RGB value is (252,213,35). Sum of RGB (Red+Green+Blue) = 252+213+35=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 35 (14.06% from 255 or 7% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD523 is #032ADC. Grayscale: #CDCDCD. Windows color (decimal): -207581 or 2348540. OLE color: 2348540.

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

Color convert

RGB 252 213 35 -
CMYK 0 0.15 0.86 0.01
HSL 49.22º 0.97% 0.56% -
HSV(B) 49.22º 0.86% 0.99% -
XYZ 64.24 68.41 11.41 -
YUV 204.37 32.42 161.97 -
System Red Green Blue C M Y K H S L
Decimal 252 213 35 0 0.15 0.86 0.01 49.22 0.97 0.56
Hex FC D5 23 0 F 56 1 31 61 38
Octal 374 325 43 0 17 126 1 61 141 70
Binary 11111100 11010101 100011 0 1111 1010110 1 110001 1100001 111000

Color Harmonies of #FCD523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD523

Black with #FCD523

Text Example


Text Example

White with #FCD523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD523; }

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

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

background-color css

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

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

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

border-color css

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

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

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