Html Css Color HEX #FCD923 Turbo

📋 copy color: '#FCD923'

red 252 ◦ green 217 ◦ blue 35

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

Shades of Turbo #FCD923

Tints of Turbo #FCD923

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

 BLUE value IS 35 (14.06% from 255) = 6.94%

R = 50%
G = 43.06%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCD923 (or 0xFCD923) is known color: Turbo. HEX triplet: FC, D9 and 23. RGB value is (252,217,35). Sum of RGB (Red+Green+Blue) = 252+217+35=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 35 (14.06% from 255 or 6.94% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD923 is #0326DC. Grayscale: #CFCFCF. Windows color (decimal): -206557 or 2349564. OLE color: 2349564.

HSL color Cylindrical-coordinate representation of color #FCD923: hue angle of 50.32º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCD923 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 35 -
CMYK 0 0.14 0.86 0.01
HSL 50.32º 0.97% 0.56% -
HSV(B) 50.32º 0.86% 0.99% -
XYZ 65.26 70.44 11.75 -
YUV 206.72 31.1 160.3 -
System Red Green Blue C M Y K H S L
Decimal 252 217 35 0 0.14 0.86 0.01 50.32 0.97 0.56
Hex FC D9 23 0 E 56 1 32 61 38
Octal 374 331 43 0 16 126 1 62 141 70
Binary 11111100 11011001 100011 0 1110 1010110 1 110010 1100001 111000

Color Harmonies of #FCD923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD923

Black with #FCD923

Text Example


Text Example

White with #FCD923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD923; }

 p { color: rgb(252,217,35); }

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

background-color css

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

 a { background-color: rgb(252,217,35); }

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

border-color css

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

 span { border-color: rgb(252,217,35); }

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