Html Css Color HEX #FCD028 Turbo

📋 copy color: '#FCD028'

red 252 ◦ green 208 ◦ blue 40

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

Shades of Turbo #FCD028

Tints of Turbo #FCD028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

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

R = 50.4%
G = 41.6%
B = 8%

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

#FCD028 (or 0xFCD028) is known color: Turbo. HEX triplet: FC, D0 and 28. RGB value is (252,208,40). Sum of RGB (Red+Green+Blue) = 252+208+40=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD028 is #032FD7. Grayscale: #CACACA. Windows color (decimal): -208856 or 2674940. OLE color: 2674940.

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

Color convert

RGB 252 208 40 -
CMYK 0 0.17 0.84 0.01
HSL 47.55º 0.97% 0.57% -
HSV(B) 47.55º 0.84% 0.99% -
XYZ 63.08 65.96 11.41 -
YUV 202 36.58 163.66 -
System Red Green Blue C M Y K H S L
Decimal 252 208 40 0 0.17 0.84 0.01 47.55 0.97 0.57
Hex FC D0 28 0 11 54 1 30 61 39
Octal 374 320 50 0 21 124 1 60 141 71
Binary 11111100 11010000 101000 0 10001 1010100 1 110000 1100001 111001

Color Harmonies of #FCD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD028

Black with #FCD028

Text Example


Text Example

White with #FCD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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