Html Css Color HEX #FAE931 Gorse

📋 copy color: '#FAE931'

red 250 ◦ green 233 ◦ blue 49

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

Shades of Gorse #FAE931

Tints of Gorse #FAE931

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.8%

 BLUE value IS 49 (19.53% from 255) = 9.21%

R = 46.99%
G = 43.8%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAE931 (or 0xFAE931) is known color: Gorse. HEX triplet: FA, E9 and 31. RGB value is (250,233,49). Sum of RGB (Red+Green+Blue) = 250+233+49=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 49 (19.53% from 255 or 9.21% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE931 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE931 is #0516CE. Grayscale: #D9D9D9. Windows color (decimal): -333519 or 3271162. OLE color: 3271162.

HSL color Cylindrical-coordinate representation of color #FAE931: hue angle of 54.93º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAE931 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 49 -
CMYK 0 0.07 0.80 0.02
HSL 54.93º 0.95% 0.59% -
HSV(B) 54.93º 0.8% 0.98% -
XYZ 69.12 78.82 14.48 -
YUV 217.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 250 233 49 0 0.07 0.80 0.02 54.93 0.95 0.59
Hex FA E9 31 0 7 50 2 37 5F 3B
Octal 372 351 61 0 7 120 2 67 137 73
Binary 11111010 11101001 110001 0 111 1010000 10 110111 1011111 111011

Color Harmonies of #FAE931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE931

Black with #FAE931

Text Example


Text Example

White with #FAE931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE931; }

 p { color: rgb(250,233,49); }

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

background-color css

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

 a { background-color: rgb(250,233,49); }

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

border-color css

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

 span { border-color: rgb(250,233,49); }

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