Html Css Color HEX #FCFE31 Gorse

📋 copy color: '#FCFE31'

red 252 ◦ green 254 ◦ blue 49

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

Shades of Gorse #FCFE31

Tints of Gorse #FCFE31

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.77%

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

R = 45.41%
G = 45.77%
B = 8.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FCFE31 (or 0xFCFE31) is known color: Gorse. HEX triplet: FC, FE and 31. RGB value is (252,254,49). Sum of RGB (Red+Green+Blue) = 252+254+49=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 49 (19.53% from 255 or 8.83% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE31 is #0301CE. Grayscale: #E6E6E6. Windows color (decimal): -197071 or 3276540. OLE color: 3276540.

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

Color convert

RGB 252 254 49 -
CMYK 0.01 0 0.81 0.00
HSL 60.59º 0.99% 0.59% -
HSV(B) 60.59º 0.81% 1% -
XYZ 76.14 91.8 16.61 -
YUV 230.03 25.84 143.67 -
System Red Green Blue C M Y K H S L
Decimal 252 254 49 0.01 0 0.81 0.00 60.59 0.99 0.59
Hex FC FE 31 1 0 51 0 3D 63 3B
Octal 374 376 61 1 0 121 0 75 143 73
Binary 11111100 11111110 110001 1 0 1010001 0 111101 1100011 111011

Color Harmonies of #FCFE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE31

Black with #FCFE31

Text Example


Text Example

White with #FCFE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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