Html Css Color HEX #FCD525 Turbo

📋 copy color: '#FCD525'

red 252 ◦ green 213 ◦ blue 37

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

Shades of Turbo #FCD525

Tints of Turbo #FCD525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.37%

R = 50.2%
G = 42.43%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD525 (or 0xFCD525) is known color: Turbo. HEX triplet: FC, D5 and 25. RGB value is (252,213,37). Sum of RGB (Red+Green+Blue) = 252+213+37=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD525 is #032ADA. Grayscale: #CDCDCD. Windows color (decimal): -207579 or 2479612. OLE color: 2479612.

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

Color convert

RGB 252 213 37 -
CMYK 0 0.15 0.85 0.01
HSL 49.12º 0.97% 0.57% -
HSV(B) 49.12º 0.85% 0.99% -
XYZ 64.27 68.42 11.57 -
YUV 204.6 33.42 161.81 -
System Red Green Blue C M Y K H S L
Decimal 252 213 37 0 0.15 0.85 0.01 49.12 0.97 0.57
Hex FC D5 25 0 F 55 1 31 61 39
Octal 374 325 45 0 17 125 1 61 141 71
Binary 11111100 11010101 100101 0 1111 1010101 1 110001 1100001 111001

Color Harmonies of #FCD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD525

Black with #FCD525

Text Example


Text Example

White with #FCD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD525; }

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

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

background-color css

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

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

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

border-color css

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

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

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