Html Css Color HEX #FCFE2A Gorse

📋 copy color: '#FCFE2A'

red 252 ◦ green 254 ◦ blue 42

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

Shades of Gorse #FCFE2A

Tints of Gorse #FCFE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.66%

R = 45.99%
G = 46.35%
B = 7.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FCFE2A (or 0xFCFE2A) is known color: Gorse. HEX triplet: FC, FE and 2A. RGB value is (252,254,42). Sum of RGB (Red+Green+Blue) = 252+254+42=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 42 (16.80% from 255 or 7.66% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE2A is #0301D5. Grayscale: #E6E6E6. Windows color (decimal): -197078 or 2817788. OLE color: 2817788.

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

Color convert

RGB 252 254 42 -
CMYK 0.01 0 0.83 0.00
HSL 60.57º 0.99% 0.58% -
HSV(B) 60.57º 0.83% 1% -
XYZ 76 91.75 15.89 -
YUV 229.23 22.34 144.24 -
System Red Green Blue C M Y K H S L
Decimal 252 254 42 0.01 0 0.83 0.00 60.57 0.99 0.58
Hex FC FE 2A 1 0 53 0 3D 63 3A
Octal 374 376 52 1 0 123 0 75 143 72
Binary 11111100 11111110 101010 1 0 1010011 0 111101 1100011 111010

Color Harmonies of #FCFE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE2A

Black with #FCFE2A

Text Example


Text Example

White with #FCFE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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