Html Css Color HEX #FCD128 Turbo

📋 copy color: '#FCD128'

red 252 ◦ green 209 ◦ blue 40

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

Shades of Turbo #FCD128

Tints of Turbo #FCD128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.98%

R = 50.3%
G = 41.72%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCD128 (or 0xFCD128) is known color: Turbo. HEX triplet: FC, D1 and 28. RGB value is (252,209,40). Sum of RGB (Red+Green+Blue) = 252+209+40=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD128 is #032ED7. Grayscale: #CBCBCB. Windows color (decimal): -208600 or 2675196. OLE color: 2675196.

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

Color convert

RGB 252 209 40 -
CMYK 0 0.17 0.84 0.01
HSL 47.83º 0.97% 0.57% -
HSV(B) 47.83º 0.84% 0.99% -
XYZ 63.33 66.45 11.5 -
YUV 202.59 36.25 163.24 -
System Red Green Blue C M Y K H S L
Decimal 252 209 40 0 0.17 0.84 0.01 47.83 0.97 0.57
Hex FC D1 28 0 11 54 1 30 61 39
Octal 374 321 50 0 21 124 1 60 141 71
Binary 11111100 11010001 101000 0 10001 1010100 1 110000 1100001 111001

Color Harmonies of #FCD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD128

Black with #FCD128

Text Example


Text Example

White with #FCD128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD128; }

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

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

background-color css

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

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

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

border-color css

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

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

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