Html Css Color HEX #FAEA31 Gorse

📋 copy color: '#FAEA31'

red 250 ◦ green 234 ◦ blue 49

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

Shades of Gorse #FAEA31

Tints of Gorse #FAEA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.9%

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

R = 46.9%
G = 43.9%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAEA31 (or 0xFAEA31) is known color: Gorse. HEX triplet: FA, EA and 31. RGB value is (250,234,49). Sum of RGB (Red+Green+Blue) = 250+234+49=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 49 (19.53% from 255 or 9.19% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA31 is #0515CE. Grayscale: #DADADA. Windows color (decimal): -333263 or 3271418. OLE color: 3271418.

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

Color convert

RGB 250 234 49 -
CMYK 0 0.06 0.80 0.02
HSL 55.22º 0.95% 0.59% -
HSV(B) 55.22º 0.8% 0.98% -
XYZ 69.4 79.39 14.57 -
YUV 217.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 250 234 49 0 0.06 0.80 0.02 55.22 0.95 0.59
Hex FA EA 31 0 6 50 2 37 5F 3B
Octal 372 352 61 0 6 120 2 67 137 73
Binary 11111010 11101010 110001 0 110 1010000 10 110111 1011111 111011

Color Harmonies of #FAEA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA31

Black with #FAEA31

Text Example


Text Example

White with #FAEA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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