Html Css Color HEX #FCFE2E Gorse

📋 copy color: '#FCFE2E'

red 252 ◦ green 254 ◦ blue 46

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

Shades of Gorse #FCFE2E

Tints of Gorse #FCFE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.33%

R = 45.65%
G = 46.01%
B = 8.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FCFE2E (or 0xFCFE2E) is known color: Gorse. HEX triplet: FC, FE and 2E. RGB value is (252,254,46). Sum of RGB (Red+Green+Blue) = 252+254+46=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 46 (18.36% from 255 or 8.33% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE2E is #0301D1. Grayscale: #E6E6E6. Windows color (decimal): -197074 or 3079932. OLE color: 3079932.

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

Color convert

RGB 252 254 46 -
CMYK 0.01 0 0.82 0.00
HSL 60.58º 0.99% 0.59% -
HSV(B) 60.58º 0.82% 1% -
XYZ 76.08 91.78 16.29 -
YUV 229.69 24.34 143.91 -
System Red Green Blue C M Y K H S L
Decimal 252 254 46 0.01 0 0.82 0.00 60.58 0.99 0.59
Hex FC FE 2E 1 0 52 0 3D 63 3B
Octal 374 376 56 1 0 122 0 75 143 73
Binary 11111100 11111110 101110 1 0 1010010 0 111101 1100011 111011

Color Harmonies of #FCFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE2E

Black with #FCFE2E

Text Example


Text Example

White with #FCFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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