Html Css Color HEX #FCD327 Turbo

📋 copy color: '#FCD327'

red 252 ◦ green 211 ◦ blue 39

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

Shades of Turbo #FCD327

Tints of Turbo #FCD327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.77%

R = 50.2%
G = 42.03%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD327 (or 0xFCD327) is known color: Turbo. HEX triplet: FC, D3 and 27. RGB value is (252,211,39). Sum of RGB (Red+Green+Blue) = 252+211+39=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD327 is #032CD8. Grayscale: #CCCCCC. Windows color (decimal): -208089 or 2610172. OLE color: 2610172.

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

Color convert

RGB 252 211 39 -
CMYK 0 0.16 0.85 0.01
HSL 48.45º 0.97% 0.57% -
HSV(B) 48.45º 0.85% 0.99% -
XYZ 63.81 67.43 11.57 -
YUV 203.65 35.08 162.49 -
System Red Green Blue C M Y K H S L
Decimal 252 211 39 0 0.16 0.85 0.01 48.45 0.97 0.57
Hex FC D3 27 0 10 55 1 30 61 39
Octal 374 323 47 0 20 125 1 60 141 71
Binary 11111100 11010011 100111 0 10000 1010101 1 110000 1100001 111001

Color Harmonies of #FCD327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD327

Black with #FCD327

Text Example


Text Example

White with #FCD327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD327; }

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

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

background-color css

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

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

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

border-color css

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

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

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