Html Css Color HEX #FEF528 Gorse

📋 copy color: '#FEF528'

red 254 ◦ green 245 ◦ blue 40

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

Shades of Gorse #FEF528

Tints of Gorse #FEF528

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.45%

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

R = 47.12%
G = 45.45%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEF528 (or 0xFEF528) is known color: Gorse. HEX triplet: FE, F5 and 28. RGB value is (254,245,40). Sum of RGB (Red+Green+Blue) = 254+245+40=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 40 (16.02% from 255 or 7.42% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF528 is #010AD7. Grayscale: #E1E1E1. Windows color (decimal): -68312 or 2684414. OLE color: 2684414.

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

Color convert

RGB 254 245 40 -
CMYK 0 0.04 0.84 0.00
HSL 57.48º 0.99% 0.58% -
HSV(B) 57.48º 0.84% 1% -
XYZ 73.91 86.53 14.81 -
YUV 224.32 23.98 149.17 -
System Red Green Blue C M Y K H S L
Decimal 254 245 40 0 0.04 0.84 0.00 57.48 0.99 0.58
Hex FE F5 28 0 4 54 0 39 63 3A
Octal 376 365 50 0 4 124 0 71 143 72
Binary 11111110 11110101 101000 0 100 1010100 0 111001 1100011 111010

Color Harmonies of #FEF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF528

Black with #FEF528

Text Example


Text Example

White with #FEF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF528; }

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

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

background-color css

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

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

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

border-color css

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

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

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