Html Css Color HEX #FAE031 Gorse

📋 copy color: '#FAE031'

red 250 ◦ green 224 ◦ blue 49

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

Shades of Gorse #FAE031

Tints of Gorse #FAE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 47.8%
G = 42.83%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAE031 (or 0xFAE031) is known color: Gorse. HEX triplet: FA, E0 and 31. RGB value is (250,224,49). Sum of RGB (Red+Green+Blue) = 250+224+49=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE031 is #051FCE. Grayscale: #D4D4D4. Windows color (decimal): -335823 or 3268858. OLE color: 3268858.

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

Color convert

RGB 250 224 49 -
CMYK 0 0.10 0.80 0.02
HSL 52.24º 0.95% 0.59% -
HSV(B) 52.24º 0.8% 0.98% -
XYZ 66.63 73.86 13.65 -
YUV 211.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 250 224 49 0 0.10 0.80 0.02 52.24 0.95 0.59
Hex FA E0 31 0 A 50 2 34 5F 3B
Octal 372 340 61 0 12 120 2 64 137 73
Binary 11111010 11100000 110001 0 1010 1010000 10 110100 1011111 111011

Color Harmonies of #FAE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE031

Black with #FAE031

Text Example


Text Example

White with #FAE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE031; }

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

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

background-color css

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

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

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

border-color css

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

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

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