Html Css Color HEX #FEFD32 Gorse

📋 copy color: '#FEFD32'

red 254 ◦ green 253 ◦ blue 50

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

Shades of Gorse #FEFD32

Tints of Gorse #FEFD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 8.98%

R = 45.6%
G = 45.42%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEFD32 (or 0xFEFD32) is known color: Gorse. HEX triplet: FE, FD and 32. RGB value is (254,253,50). Sum of RGB (Red+Green+Blue) = 254+253+50=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 50 (19.92% from 255 or 8.98% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD32 is #0102CD. Grayscale: #E6E6E6. Windows color (decimal): -66254 or 3341822. OLE color: 3341822.

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

Color convert

RGB 254 253 50 -
CMYK 0 0.00 0.80 0.00
HSL 59.71º 0.99% 0.6% -
HSV(B) 59.71º 0.8% 1% -
XYZ 76.57 91.55 16.65 -
YUV 230.16 26.33 145.01 -
System Red Green Blue C M Y K H S L
Decimal 254 253 50 0 0.00 0.80 0.00 59.71 0.99 0.6
Hex FE FD 32 0 0 50 0 3C 63 3C
Octal 376 375 62 0 0 120 0 74 143 74
Binary 11111110 11111101 110010 0 0 1010000 0 111100 1100011 111100

Color Harmonies of #FEFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD32

Black with #FEFD32

Text Example


Text Example

White with #FEFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD32; }

 p { color: rgb(254,253,50); }

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

background-color css

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

 a { background-color: rgb(254,253,50); }

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

border-color css

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

 span { border-color: rgb(254,253,50); }

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