Html Css Color HEX #FCD123 Turbo

📋 copy color: '#FCD123'

red 252 ◦ green 209 ◦ blue 35

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

Shades of Turbo #FCD123

Tints of Turbo #FCD123

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.14%

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

R = 50.81%
G = 42.14%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCD123 (or 0xFCD123) is known color: Turbo. HEX triplet: FC, D1 and 23. RGB value is (252,209,35). Sum of RGB (Red+Green+Blue) = 252+209+35=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 35 (14.06% from 255 or 7.06% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD123 is #032EDC. Grayscale: #CACACA. Windows color (decimal): -208605 or 2347516. OLE color: 2347516.

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

Color convert

RGB 252 209 35 -
CMYK 0 0.17 0.86 0.01
HSL 48.11º 0.97% 0.56% -
HSV(B) 48.11º 0.86% 0.99% -
XYZ 63.25 66.42 11.08 -
YUV 202.02 33.75 163.65 -
System Red Green Blue C M Y K H S L
Decimal 252 209 35 0 0.17 0.86 0.01 48.11 0.97 0.56
Hex FC D1 23 0 11 56 1 30 61 38
Octal 374 321 43 0 21 126 1 60 141 70
Binary 11111100 11010001 100011 0 10001 1010110 1 110000 1100001 111000

Color Harmonies of #FCD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD123

Black with #FCD123

Text Example


Text Example

White with #FCD123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD123; }

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

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

background-color css

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

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

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

border-color css

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

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

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