Html Css Color HEX #FAE528 Gorse

📋 copy color: '#FAE528'

red 250 ◦ green 229 ◦ blue 40

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

Shades of Gorse #FAE528

Tints of Gorse #FAE528

RGB

 RED value IS 250 (98.05% from 255) = 48.17%

 GREEN value IS 229 (89.84% from 255) = 44.12%

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

R = 48.17%
G = 44.12%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAE528 (or 0xFAE528) is known color: Gorse. HEX triplet: FA, E5 and 28. RGB value is (250,229,40). Sum of RGB (Red+Green+Blue) = 250+229+40=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE528 is #051AD7. Grayscale: #D6D6D6. Windows color (decimal): -334552 or 2680314. OLE color: 2680314.

HSL color Cylindrical-coordinate representation of color #FAE528: hue angle of 54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAE528 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 40 -
CMYK 0 0.08 0.84 0.02
HSL 54º 0.95% 0.57% -
HSV(B) 54º 0.84% 0.98% -
XYZ 67.83 76.52 13.2 -
YUV 213.73 29.96 153.87 -
System Red Green Blue C M Y K H S L
Decimal 250 229 40 0 0.08 0.84 0.02 54 0.95 0.57
Hex FA E5 28 0 8 54 2 36 5F 39
Octal 372 345 50 0 10 124 2 66 137 71
Binary 11111010 11100101 101000 0 1000 1010100 10 110110 1011111 111001

Color Harmonies of #FAE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE528

Black with #FAE528

Text Example


Text Example

White with #FAE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE528; }

 p { color: rgb(250,229,40); }

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

background-color css

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

 a { background-color: rgb(250,229,40); }

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

border-color css

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

 span { border-color: rgb(250,229,40); }

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