Html Css Color HEX #FCD31F Turbo

📋 copy color: '#FCD31F'

red 252 ◦ green 211 ◦ blue 31

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

Shades of Turbo #FCD31F

Tints of Turbo #FCD31F

RGB

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

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

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

R = 51.01%
G = 42.71%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCD31F (or 0xFCD31F) is known color: Turbo. HEX triplet: FC, D3 and 1F. RGB value is (252,211,31). Sum of RGB (Red+Green+Blue) = 252+211+31=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD31F is #032CE0. Grayscale: #CBCBCB. Windows color (decimal): -208097 or 2085884. OLE color: 2085884.

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

Color convert

RGB 252 211 31 -
CMYK 0 0.16 0.88 0.01
HSL 48.87º 0.97% 0.55% -
HSV(B) 48.87º 0.88% 0.99% -
XYZ 63.69 67.38 10.95 -
YUV 202.74 31.08 163.14 -
System Red Green Blue C M Y K H S L
Decimal 252 211 31 0 0.16 0.88 0.01 48.87 0.97 0.55
Hex FC D3 1F 0 10 58 1 31 61 37
Octal 374 323 37 0 20 130 1 61 141 67
Binary 11111100 11010011 11111 0 10000 1011000 1 110001 1100001 110111

Color Harmonies of #FCD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD31F

Black with #FCD31F

Text Example


Text Example

White with #FCD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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