Html Css Color HEX #FAE428 Gorse

📋 copy color: '#FAE428'

red 250 ◦ green 228 ◦ blue 40

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

Shades of Gorse #FAE428

Tints of Gorse #FAE428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.02%

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

R = 48.26%
G = 44.02%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAE428 (or 0xFAE428) is known color: Gorse. HEX triplet: FA, E4 and 28. RGB value is (250,228,40). Sum of RGB (Red+Green+Blue) = 250+228+40=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE428 is #051BD7. Grayscale: #D5D5D5. Windows color (decimal): -334808 or 2680058. OLE color: 2680058.

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

Color convert

RGB 250 228 40 -
CMYK 0 0.09 0.84 0.02
HSL 53.71º 0.95% 0.57% -
HSV(B) 53.71º 0.84% 0.98% -
XYZ 67.55 75.96 13.11 -
YUV 213.15 30.29 154.29 -
System Red Green Blue C M Y K H S L
Decimal 250 228 40 0 0.09 0.84 0.02 53.71 0.95 0.57
Hex FA E4 28 0 9 54 2 36 5F 39
Octal 372 344 50 0 11 124 2 66 137 71
Binary 11111010 11100100 101000 0 1001 1010100 10 110110 1011111 111001

Color Harmonies of #FAE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE428

Black with #FAE428

Text Example


Text Example

White with #FAE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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