Html Css Color HEX #FCD426 Turbo

📋 copy color: '#FCD426'

red 252 ◦ green 212 ◦ blue 38

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

Shades of Turbo #FCD426

Tints of Turbo #FCD426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.57%

R = 50.2%
G = 42.23%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD426 (or 0xFCD426) is known color: Turbo. HEX triplet: FC, D4 and 26. RGB value is (252,212,38). Sum of RGB (Red+Green+Blue) = 252+212+38=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD426 is #032BD9. Grayscale: #CCCCCC. Windows color (decimal): -207834 or 2544892. OLE color: 2544892.

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

Color convert

RGB 252 212 38 -
CMYK 0 0.16 0.85 0.01
HSL 48.79º 0.97% 0.57% -
HSV(B) 48.79º 0.85% 0.99% -
XYZ 64.04 67.92 11.57 -
YUV 204.12 34.25 162.15 -
System Red Green Blue C M Y K H S L
Decimal 252 212 38 0 0.16 0.85 0.01 48.79 0.97 0.57
Hex FC D4 26 0 10 55 1 31 61 39
Octal 374 324 46 0 20 125 1 61 141 71
Binary 11111100 11010100 100110 0 10000 1010101 1 110001 1100001 111001

Color Harmonies of #FCD426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD426

Black with #FCD426

Text Example


Text Example

White with #FCD426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD426; }

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

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

background-color css

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

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

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

border-color css

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

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

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