Html Css Color HEX #FEFC2F Gorse

📋 copy color: '#FEFC2F'

red 254 ◦ green 252 ◦ blue 47

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

Shades of Gorse #FEFC2F

Tints of Gorse #FEFC2F

RGB

 RED value IS 254 (99.61% from 255) = 45.93%

 GREEN value IS 252 (98.83% from 255) = 45.57%

 BLUE value IS 47 (18.75% from 255) = 8.5%

R = 45.93%
G = 45.57%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFC2F (or 0xFEFC2F) is known color: Gorse. HEX triplet: FE, FC and 2F. RGB value is (254,252,47). Sum of RGB (Red+Green+Blue) = 254+252+47=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 47 (18.75% from 255 or 8.50% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC2F is #0103D0. Grayscale: #E6E6E6. Windows color (decimal): -66513 or 3144958. OLE color: 3144958.

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

Color convert

RGB 254 252 47 -
CMYK 0 0.01 0.81 0.00
HSL 59.42º 0.99% 0.59% -
HSV(B) 59.42º 0.81% 1% -
XYZ 76.2 90.9 16.22 -
YUV 229.23 25.16 145.67 -
System Red Green Blue C M Y K H S L
Decimal 254 252 47 0 0.01 0.81 0.00 59.42 0.99 0.59
Hex FE FC 2F 0 1 51 0 3B 63 3B
Octal 376 374 57 0 1 121 0 73 143 73
Binary 11111110 11111100 101111 0 1 1010001 0 111011 1100011 111011

Color Harmonies of #FEFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC2F

Black with #FEFC2F

Text Example


Text Example

White with #FEFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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