Html Css Color HEX #FCD61F Turbo

📋 copy color: '#FCD61F'

red 252 ◦ green 214 ◦ blue 31

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

Shades of Turbo #FCD61F

Tints of Turbo #FCD61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.24%

R = 50.7%
G = 43.06%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCD61F (or 0xFCD61F) is known color: Turbo. HEX triplet: FC, D6 and 1F. RGB value is (252,214,31). Sum of RGB (Red+Green+Blue) = 252+214+31=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD61F is #0329E0. Grayscale: #CDCDCD. Windows color (decimal): -207329 or 2086652. OLE color: 2086652.

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

Color convert

RGB 252 214 31 -
CMYK 0 0.15 0.88 0.01
HSL 49.68º 0.97% 0.55% -
HSV(B) 49.68º 0.88% 0.99% -
XYZ 64.44 68.89 11.2 -
YUV 204.5 30.09 161.88 -
System Red Green Blue C M Y K H S L
Decimal 252 214 31 0 0.15 0.88 0.01 49.68 0.97 0.55
Hex FC D6 1F 0 F 58 1 32 61 37
Octal 374 326 37 0 17 130 1 62 141 67
Binary 11111100 11010110 11111 0 1111 1011000 1 110010 1100001 110111

Color Harmonies of #FCD61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD61F

Black with #FCD61F

Text Example


Text Example

White with #FCD61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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