Html Css Color HEX #FCD82A Turbo

📋 copy color: '#FCD82A'

red 252 ◦ green 216 ◦ blue 42

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

Shades of Turbo #FCD82A

Tints of Turbo #FCD82A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

 BLUE value IS 42 (16.8% from 255) = 8.24%

R = 49.41%
G = 42.35%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD82A (or 0xFCD82A) is known color: Turbo. HEX triplet: FC, D8 and 2A. RGB value is (252,216,42). Sum of RGB (Red+Green+Blue) = 252+216+42=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD82A is #0327D5. Grayscale: #CFCFCF. Windows color (decimal): -206806 or 2808060. OLE color: 2808060.

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

Color convert

RGB 252 216 42 -
CMYK 0 0.14 0.83 0.01
HSL 49.71º 0.97% 0.58% -
HSV(B) 49.71º 0.83% 0.99% -
XYZ 65.12 69.97 12.26 -
YUV 206.93 34.93 160.15 -
System Red Green Blue C M Y K H S L
Decimal 252 216 42 0 0.14 0.83 0.01 49.71 0.97 0.58
Hex FC D8 2A 0 E 53 1 32 61 3A
Octal 374 330 52 0 16 123 1 62 141 72
Binary 11111100 11011000 101010 0 1110 1010011 1 110010 1100001 111010

Color Harmonies of #FCD82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD82A

Black with #FCD82A

Text Example


Text Example

White with #FCD82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD82A; }

 p { color: rgb(252,216,42); }

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

background-color css

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

 a { background-color: rgb(252,216,42); }

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

border-color css

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

 span { border-color: rgb(252,216,42); }

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