Html Css Color HEX #FCD325 Turbo

📋 copy color: '#FCD325'

red 252 ◦ green 211 ◦ blue 37

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

Shades of Turbo #FCD325

Tints of Turbo #FCD325

RGB

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

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

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

R = 50.4%
G = 42.2%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD325 (or 0xFCD325) is known color: Turbo. HEX triplet: FC, D3 and 25. RGB value is (252,211,37). Sum of RGB (Red+Green+Blue) = 252+211+37=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD325 is #032CDA. Grayscale: #CCCCCC. Windows color (decimal): -208091 or 2479100. OLE color: 2479100.

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

Color convert

RGB 252 211 37 -
CMYK 0 0.16 0.85 0.01
HSL 48.56º 0.97% 0.57% -
HSV(B) 48.56º 0.85% 0.99% -
XYZ 63.77 67.42 11.4 -
YUV 203.42 34.08 162.65 -
System Red Green Blue C M Y K H S L
Decimal 252 211 37 0 0.16 0.85 0.01 48.56 0.97 0.57
Hex FC D3 25 0 10 55 1 31 61 39
Octal 374 323 45 0 20 125 1 61 141 71
Binary 11111100 11010011 100101 0 10000 1010101 1 110001 1100001 111001

Color Harmonies of #FCD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD325

Black with #FCD325

Text Example


Text Example

White with #FCD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD325; }

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

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

background-color css

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

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

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

border-color css

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

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

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