Html Css Color HEX #FCD619 Turbo

📋 copy color: '#FCD619'

red 252 ◦ green 214 ◦ blue 25

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

Shades of Turbo #FCD619

Tints of Turbo #FCD619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.58%

 BLUE value IS 25 (10.16% from 255) = 5.09%

R = 51.32%
G = 43.58%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD619 (or 0xFCD619) is known color: Turbo. HEX triplet: FC, D6 and 19. RGB value is (252,214,25). Sum of RGB (Red+Green+Blue) = 252+214+25=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD619 is #0329E6. Grayscale: #CCCCCC. Windows color (decimal): -207335 or 1693436. OLE color: 1693436.

HSL color Cylindrical-coordinate representation of color #FCD619: hue angle of 49.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCD619 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 25 -
CMYK 0 0.15 0.90 0.01
HSL 49.96º 0.97% 0.54% -
HSV(B) 49.96º 0.9% 0.99% -
XYZ 64.37 68.86 10.82 -
YUV 203.82 27.09 162.37 -
System Red Green Blue C M Y K H S L
Decimal 252 214 25 0 0.15 0.90 0.01 49.96 0.97 0.54
Hex FC D6 19 0 F 5A 1 32 61 36
Octal 374 326 31 0 17 132 1 62 141 66
Binary 11111100 11010110 11001 0 1111 1011010 1 110010 1100001 110110

Color Harmonies of #FCD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD619

Black with #FCD619

Text Example


Text Example

White with #FCD619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD619; }

 p { color: rgb(252,214,25); }

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

background-color css

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

 a { background-color: rgb(252,214,25); }

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

border-color css

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

 span { border-color: rgb(252,214,25); }

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