Html Css Color HEX #FCFD31 Gorse

📋 copy color: '#FCFD31'

red 252 ◦ green 253 ◦ blue 49

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

Shades of Gorse #FCFD31

Tints of Gorse #FCFD31

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

 BLUE value IS 49 (19.53% from 255) = 8.84%

R = 45.49%
G = 45.67%
B = 8.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCFD31 (or 0xFCFD31) is known color: Gorse. HEX triplet: FC, FD and 31. RGB value is (252,253,49). Sum of RGB (Red+Green+Blue) = 252+253+49=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 49 (19.53% from 255 or 8.84% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD31 is #0302CE. Grayscale: #E6E6E6. Windows color (decimal): -197327 or 3276284. OLE color: 3276284.

HSL color Cylindrical-coordinate representation of color #FCFD31: hue angle of 60.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCFD31 is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 49 -
CMYK 0.00 0 0.81 0.01
HSL 60.29º 0.98% 0.59% -
HSV(B) 60.29º 0.81% 0.99% -
XYZ 75.82 91.17 16.51 -
YUV 229.45 26.17 144.09 -
System Red Green Blue C M Y K H S L
Decimal 252 253 49 0.00 0 0.81 0.01 60.29 0.98 0.59
Hex FC FD 31 0 0 51 1 3C 62 3B
Octal 374 375 61 0 0 121 1 74 142 73
Binary 11111100 11111101 110001 0 0 1010001 1 111100 1100010 111011

Color Harmonies of #FCFD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD31

Black with #FCFD31

Text Example


Text Example

White with #FCFD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD31; }

 p { color: rgb(252,253,49); }

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

background-color css

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

 a { background-color: rgb(252,253,49); }

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

border-color css

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

 span { border-color: rgb(252,253,49); }

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