Html Css Color HEX #FCD31B Turbo

📋 copy color: '#FCD31B'

red 252 ◦ green 211 ◦ blue 27

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

Shades of Turbo #FCD31B

Tints of Turbo #FCD31B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

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

R = 51.43%
G = 43.06%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCD31B (or 0xFCD31B) is known color: Turbo. HEX triplet: FC, D3 and 1B. RGB value is (252,211,27). Sum of RGB (Red+Green+Blue) = 252+211+27=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD31B is #032CE4. Grayscale: #CBCBCB. Windows color (decimal): -208101 or 1823740. OLE color: 1823740.

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

Color convert

RGB 252 211 27 -
CMYK 0 0.16 0.89 0.01
HSL 49.07º 0.97% 0.55% -
HSV(B) 49.07º 0.89% 0.99% -
XYZ 63.64 67.36 10.69 -
YUV 202.28 29.08 163.46 -
System Red Green Blue C M Y K H S L
Decimal 252 211 27 0 0.16 0.89 0.01 49.07 0.97 0.55
Hex FC D3 1B 0 10 59 1 31 61 37
Octal 374 323 33 0 20 131 1 61 141 67
Binary 11111100 11010011 11011 0 10000 1011001 1 110001 1100001 110111

Color Harmonies of #FCD31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD31B

Black with #FCD31B

Text Example


Text Example

White with #FCD31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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