Html Css Color HEX #FAE728 Gorse

📋 copy color: '#FAE728'

red 250 ◦ green 231 ◦ blue 40

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

Shades of Gorse #FAE728

Tints of Gorse #FAE728

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.34%

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

R = 47.98%
G = 44.34%
B = 7.68%

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

#FAE728 (or 0xFAE728) is known color: Gorse. HEX triplet: FA, E7 and 28. RGB value is (250,231,40). Sum of RGB (Red+Green+Blue) = 250+231+40=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 40 (16.02% from 255 or 7.68% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE728 is #0518D7. Grayscale: #D7D7D7. Windows color (decimal): -334040 or 2680826. OLE color: 2680826.

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

Color convert

RGB 250 231 40 -
CMYK 0 0.08 0.84 0.02
HSL 54.57º 0.95% 0.57% -
HSV(B) 54.57º 0.84% 0.98% -
XYZ 68.38 77.63 13.39 -
YUV 214.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 250 231 40 0 0.08 0.84 0.02 54.57 0.95 0.57
Hex FA E7 28 0 8 54 2 37 5F 39
Octal 372 347 50 0 10 124 2 67 137 71
Binary 11111010 11100111 101000 0 1000 1010100 10 110111 1011111 111001

Color Harmonies of #FAE728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE728

Black with #FAE728

Text Example


Text Example

White with #FAE728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE728; }

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

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

background-color css

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

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

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

border-color css

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

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

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