Html Css Color HEX #FCD61D Turbo

📋 copy color: '#FCD61D'

red 252 ◦ green 214 ◦ blue 29

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

Shades of Turbo #FCD61D

Tints of Turbo #FCD61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.86%

R = 50.91%
G = 43.23%
B = 5.86%

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

#FCD61D (or 0xFCD61D) is known color: Turbo. HEX triplet: FC, D6 and 1D. RGB value is (252,214,29). Sum of RGB (Red+Green+Blue) = 252+214+29=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD61D is #0329E2. Grayscale: #CDCDCD. Windows color (decimal): -207331 or 1955580. OLE color: 1955580.

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

Color convert

RGB 252 214 29 -
CMYK 0 0.15 0.88 0.01
HSL 49.78º 0.97% 0.55% -
HSV(B) 49.78º 0.88% 0.99% -
XYZ 64.41 68.88 11.06 -
YUV 204.27 29.09 162.04 -
System Red Green Blue C M Y K H S L
Decimal 252 214 29 0 0.15 0.88 0.01 49.78 0.97 0.55
Hex FC D6 1D 0 F 58 1 32 61 37
Octal 374 326 35 0 17 130 1 62 141 67
Binary 11111100 11010110 11101 0 1111 1011000 1 110010 1100001 110111

Color Harmonies of #FCD61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD61D

Black with #FCD61D

Text Example


Text Example

White with #FCD61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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