Html Css Color HEX #FCD428 Turbo

📋 copy color: '#FCD428'

red 252 ◦ green 212 ◦ blue 40

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

Shades of Turbo #FCD428

Tints of Turbo #FCD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

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

R = 50%
G = 42.06%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCD428 (or 0xFCD428) is known color: Turbo. HEX triplet: FC, D4 and 28. RGB value is (252,212,40). Sum of RGB (Red+Green+Blue) = 252+212+40=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD428 is #032BD7. Grayscale: #CDCDCD. Windows color (decimal): -207832 or 2675964. OLE color: 2675964.

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

Color convert

RGB 252 212 40 -
CMYK 0 0.16 0.84 0.01
HSL 48.68º 0.97% 0.57% -
HSV(B) 48.68º 0.84% 0.99% -
XYZ 64.07 67.94 11.74 -
YUV 204.35 35.25 161.99 -
System Red Green Blue C M Y K H S L
Decimal 252 212 40 0 0.16 0.84 0.01 48.68 0.97 0.57
Hex FC D4 28 0 10 54 1 31 61 39
Octal 374 324 50 0 20 124 1 61 141 71
Binary 11111100 11010100 101000 0 10000 1010100 1 110001 1100001 111001

Color Harmonies of #FCD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD428

Black with #FCD428

Text Example


Text Example

White with #FCD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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