Html Css Color HEX #FCD425 Turbo

📋 copy color: '#FCD425'

red 252 ◦ green 212 ◦ blue 37

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

Shades of Turbo #FCD425

Tints of Turbo #FCD425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.39%

R = 50.3%
G = 42.32%
B = 7.39%

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

#FCD425 (or 0xFCD425) is known color: Turbo. HEX triplet: FC, D4 and 25. RGB value is (252,212,37). Sum of RGB (Red+Green+Blue) = 252+212+37=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD425 is #032BDA. Grayscale: #CCCCCC. Windows color (decimal): -207835 or 2479356. OLE color: 2479356.

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

Color convert

RGB 252 212 37 -
CMYK 0 0.16 0.85 0.01
HSL 48.84º 0.97% 0.57% -
HSV(B) 48.84º 0.85% 0.99% -
XYZ 64.02 67.92 11.49 -
YUV 204.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 252 212 37 0 0.16 0.85 0.01 48.84 0.97 0.57
Hex FC D4 25 0 10 55 1 31 61 39
Octal 374 324 45 0 20 125 1 61 141 71
Binary 11111100 11010100 100101 0 10000 1010101 1 110001 1100001 111001

Color Harmonies of #FCD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD425

Black with #FCD425

Text Example


Text Example

White with #FCD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD425; }

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

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

background-color css

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

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

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

border-color css

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

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

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