Html Css Color HEX #FEF828 Gorse

📋 copy color: '#FEF828'

red 254 ◦ green 248 ◦ blue 40

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

Shades of Gorse #FEF828

Tints of Gorse #FEF828

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.76%

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

R = 46.86%
G = 45.76%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEF828 (or 0xFEF828) is known color: Gorse. HEX triplet: FE, F8 and 28. RGB value is (254,248,40). Sum of RGB (Red+Green+Blue) = 254+248+40=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 40 (16.02% from 255 or 7.38% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF828 is #0107D7. Grayscale: #E2E2E2. Windows color (decimal): -67544 or 2685182. OLE color: 2685182.

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

Color convert

RGB 254 248 40 -
CMYK 0 0.02 0.84 0.00
HSL 58.32º 0.99% 0.58% -
HSV(B) 58.32º 0.84% 1% -
XYZ 74.82 88.36 15.12 -
YUV 226.08 22.99 147.91 -
System Red Green Blue C M Y K H S L
Decimal 254 248 40 0 0.02 0.84 0.00 58.32 0.99 0.58
Hex FE F8 28 0 2 54 0 3A 63 3A
Octal 376 370 50 0 2 124 0 72 143 72
Binary 11111110 11111000 101000 0 10 1010100 0 111010 1100011 111010

Color Harmonies of #FEF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF828

Black with #FEF828

Text Example


Text Example

White with #FEF828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF828; }

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

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

background-color css

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

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

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

border-color css

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

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

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