Html Css Color HEX #FCD61B Turbo

📋 copy color: '#FCD61B'

red 252 ◦ green 214 ◦ blue 27

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

Shades of Turbo #FCD61B

Tints of Turbo #FCD61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.48%

R = 51.12%
G = 43.41%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCD61B (or 0xFCD61B) is known color: Turbo. HEX triplet: FC, D6 and 1B. RGB value is (252,214,27). Sum of RGB (Red+Green+Blue) = 252+214+27=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 27 (10.94% from 255 or 5.48% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD61B is #0329E4. Grayscale: #CCCCCC. Windows color (decimal): -207333 or 1824508. OLE color: 1824508.

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

Color convert

RGB 252 214 27 -
CMYK 0 0.15 0.89 0.01
HSL 49.87º 0.97% 0.55% -
HSV(B) 49.87º 0.89% 0.99% -
XYZ 64.39 68.87 10.94 -
YUV 204.04 28.09 162.21 -
System Red Green Blue C M Y K H S L
Decimal 252 214 27 0 0.15 0.89 0.01 49.87 0.97 0.55
Hex FC D6 1B 0 F 59 1 32 61 37
Octal 374 326 33 0 17 131 1 62 141 67
Binary 11111100 11010110 11011 0 1111 1011001 1 110010 1100001 110111

Color Harmonies of #FCD61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD61B

Black with #FCD61B

Text Example


Text Example

White with #FCD61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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