Html Css Color HEX #FCD61A Turbo

📋 copy color: '#FCD61A'

red 252 ◦ green 214 ◦ blue 26

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

Shades of Turbo #FCD61A

Tints of Turbo #FCD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 26 (10.55% from 255) = 5.28%

R = 51.22%
G = 43.5%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD61A (or 0xFCD61A) is known color: Turbo. HEX triplet: FC, D6 and 1A. RGB value is (252,214,26). Sum of RGB (Red+Green+Blue) = 252+214+26=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD61A is #0329E5. Grayscale: #CCCCCC. Windows color (decimal): -207334 or 1758972. OLE color: 1758972.

HSL color Cylindrical-coordinate representation of color #FCD61A: hue angle of 49.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCD61A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 26 -
CMYK 0 0.15 0.90 0.01
HSL 49.91º 0.97% 0.55% -
HSV(B) 49.91º 0.9% 0.99% -
XYZ 64.38 68.86 10.88 -
YUV 203.93 27.59 162.29 -
System Red Green Blue C M Y K H S L
Decimal 252 214 26 0 0.15 0.90 0.01 49.91 0.97 0.55
Hex FC D6 1A 0 F 5A 1 32 61 37
Octal 374 326 32 0 17 132 1 62 141 67
Binary 11111100 11010110 11010 0 1111 1011010 1 110010 1100001 110111

Color Harmonies of #FCD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD61A

Black with #FCD61A

Text Example


Text Example

White with #FCD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD61A; }

 p { color: rgb(252,214,26); }

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

background-color css

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

 a { background-color: rgb(252,214,26); }

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

border-color css

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

 span { border-color: rgb(252,214,26); }

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