Html Css Color HEX #FCD925 Turbo

📋 copy color: '#FCD925'

red 252 ◦ green 217 ◦ blue 37

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

Shades of Turbo #FCD925

Tints of Turbo #FCD925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

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

R = 49.8%
G = 42.89%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD925 (or 0xFCD925) is known color: Turbo. HEX triplet: FC, D9 and 25. RGB value is (252,217,37). Sum of RGB (Red+Green+Blue) = 252+217+37=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD925 is #0326DA. Grayscale: #CFCFCF. Windows color (decimal): -206555 or 2480636. OLE color: 2480636.

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

Color convert

RGB 252 217 37 -
CMYK 0 0.14 0.85 0.01
HSL 50.23º 0.97% 0.57% -
HSV(B) 50.23º 0.85% 0.99% -
XYZ 65.29 70.45 11.91 -
YUV 206.95 32.1 160.14 -
System Red Green Blue C M Y K H S L
Decimal 252 217 37 0 0.14 0.85 0.01 50.23 0.97 0.57
Hex FC D9 25 0 E 55 1 32 61 39
Octal 374 331 45 0 16 125 1 62 141 71
Binary 11111100 11011001 100101 0 1110 1010101 1 110010 1100001 111001

Color Harmonies of #FCD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD925

Black with #FCD925

Text Example


Text Example

White with #FCD925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD925; }

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

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

background-color css

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

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

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

border-color css

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

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

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