Html Css Color HEX #FCD125 Turbo

📋 copy color: '#FCD125'

red 252 ◦ green 209 ◦ blue 37

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

Shades of Turbo #FCD125

Tints of Turbo #FCD125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

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

R = 50.6%
G = 41.97%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD125 (or 0xFCD125) is known color: Turbo. HEX triplet: FC, D1 and 25. RGB value is (252,209,37). Sum of RGB (Red+Green+Blue) = 252+209+37=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD125 is #032EDA. Grayscale: #CACACA. Windows color (decimal): -208603 or 2478588. OLE color: 2478588.

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

Color convert

RGB 252 209 37 -
CMYK 0 0.17 0.85 0.01
HSL 48º 0.97% 0.57% -
HSV(B) 48º 0.85% 0.99% -
XYZ 63.28 66.43 11.24 -
YUV 202.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 252 209 37 0 0.17 0.85 0.01 48 0.97 0.57
Hex FC D1 25 0 11 55 1 30 61 39
Octal 374 321 45 0 21 125 1 60 141 71
Binary 11111100 11010001 100101 0 10001 1010101 1 110000 1100001 111001

Color Harmonies of #FCD125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD125

Black with #FCD125

Text Example


Text Example

White with #FCD125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD125; }

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

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

background-color css

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

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

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

border-color css

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

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

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