Html Css Color HEX #FCD825 Turbo

📋 copy color: '#FCD825'

red 252 ◦ green 216 ◦ blue 37

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

Shades of Turbo #FCD825

Tints of Turbo #FCD825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.77%

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

R = 49.9%
G = 42.77%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD825 (or 0xFCD825) is known color: Turbo. HEX triplet: FC, D8 and 25. RGB value is (252,216,37). Sum of RGB (Red+Green+Blue) = 252+216+37=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD825 is #0327DA. Grayscale: #CFCFCF. Windows color (decimal): -206811 or 2480380. OLE color: 2480380.

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

Color convert

RGB 252 216 37 -
CMYK 0 0.14 0.85 0.01
HSL 49.95º 0.97% 0.57% -
HSV(B) 49.95º 0.85% 0.99% -
XYZ 65.03 69.94 11.82 -
YUV 206.36 32.43 160.55 -
System Red Green Blue C M Y K H S L
Decimal 252 216 37 0 0.14 0.85 0.01 49.95 0.97 0.57
Hex FC D8 25 0 E 55 1 32 61 39
Octal 374 330 45 0 16 125 1 62 141 71
Binary 11111100 11011000 100101 0 1110 1010101 1 110010 1100001 111001

Color Harmonies of #FCD825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD825

Black with #FCD825

Text Example


Text Example

White with #FCD825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD825; }

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

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

background-color css

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

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

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

border-color css

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

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

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