Html Css Color HEX #FEFD28 Gorse

📋 copy color: '#FEFD28'

red 254 ◦ green 253 ◦ blue 40

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

Shades of Gorse #FEFD28

Tints of Gorse #FEFD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.31%

R = 46.44%
G = 46.25%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEFD28 (or 0xFEFD28) is known color: Gorse. HEX triplet: FE, FD and 28. RGB value is (254,253,40). Sum of RGB (Red+Green+Blue) = 254+253+40=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 40 (16.02% from 255 or 7.31% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD28 is #0102D7. Grayscale: #E5E5E5. Windows color (decimal): -66264 or 2686462. OLE color: 2686462.

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

Color convert

RGB 254 253 40 -
CMYK 0 0.00 0.84 0.00
HSL 59.72º 0.99% 0.58% -
HSV(B) 59.72º 0.84% 1% -
XYZ 76.38 91.47 15.64 -
YUV 229.02 21.33 145.82 -
System Red Green Blue C M Y K H S L
Decimal 254 253 40 0 0.00 0.84 0.00 59.72 0.99 0.58
Hex FE FD 28 0 0 54 0 3C 63 3A
Octal 376 375 50 0 0 124 0 74 143 72
Binary 11111110 11111101 101000 0 0 1010100 0 111100 1100011 111010

Color Harmonies of #FEFD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD28

Black with #FEFD28

Text Example


Text Example

White with #FEFD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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