Html Css Color HEX #FCD728 Turbo

📋 copy color: '#FCD728'

red 252 ◦ green 215 ◦ blue 40

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

Shades of Turbo #FCD728

Tints of Turbo #FCD728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

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

R = 49.7%
G = 42.41%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCD728 (or 0xFCD728) is known color: Turbo. HEX triplet: FC, D7 and 28. RGB value is (252,215,40). Sum of RGB (Red+Green+Blue) = 252+215+40=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD728 is #0328D7. Grayscale: #CECECE. Windows color (decimal): -207064 or 2676732. OLE color: 2676732.

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

Color convert

RGB 252 215 40 -
CMYK 0 0.15 0.84 0.01
HSL 49.53º 0.97% 0.57% -
HSV(B) 49.53º 0.84% 0.99% -
XYZ 64.83 69.45 12 -
YUV 206.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 252 215 40 0 0.15 0.84 0.01 49.53 0.97 0.57
Hex FC D7 28 0 F 54 1 32 61 39
Octal 374 327 50 0 17 124 1 62 141 71
Binary 11111100 11010111 101000 0 1111 1010100 1 110010 1100001 111001

Color Harmonies of #FCD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD728

Black with #FCD728

Text Example


Text Example

White with #FCD728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD728; }

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

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

background-color css

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

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

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

border-color css

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

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

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