Html Css Color HEX #FCD318 Turbo

📋 copy color: '#FCD318'

red 252 ◦ green 211 ◦ blue 24

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

Shades of Turbo #FCD318

Tints of Turbo #FCD318

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.33%

 BLUE value IS 24 (9.77% from 255) = 4.93%

R = 51.75%
G = 43.33%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD318 (or 0xFCD318) is known color: Turbo. HEX triplet: FC, D3 and 18. RGB value is (252,211,24). Sum of RGB (Red+Green+Blue) = 252+211+24=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD318 is #032CE7. Grayscale: #CACACA. Windows color (decimal): -208104 or 1627132. OLE color: 1627132.

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

Color convert

RGB 252 211 24 -
CMYK 0 0.16 0.90 0.01
HSL 49.21º 0.97% 0.54% -
HSV(B) 49.21º 0.9% 0.99% -
XYZ 63.6 67.35 10.51 -
YUV 201.94 27.58 163.71 -
System Red Green Blue C M Y K H S L
Decimal 252 211 24 0 0.16 0.90 0.01 49.21 0.97 0.54
Hex FC D3 18 0 10 5A 1 31 61 36
Octal 374 323 30 0 20 132 1 61 141 66
Binary 11111100 11010011 11000 0 10000 1011010 1 110001 1100001 110110

Color Harmonies of #FCD318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD318

Black with #FCD318

Text Example


Text Example

White with #FCD318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD318; }

 p { color: rgb(252,211,24); }

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

background-color css

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

 a { background-color: rgb(252,211,24); }

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

border-color css

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

 span { border-color: rgb(252,211,24); }

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