Html Css Color HEX #FAEB31 Gorse

📋 copy color: '#FAEB31'

red 250 ◦ green 235 ◦ blue 49

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

Shades of Gorse #FAEB31

Tints of Gorse #FAEB31

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.01%

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

R = 46.82%
G = 44.01%
B = 9.18%

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

#FAEB31 (or 0xFAEB31) is known color: Gorse. HEX triplet: FA, EB and 31. RGB value is (250,235,49). Sum of RGB (Red+Green+Blue) = 250+235+49=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 49 (19.53% from 255 or 9.18% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEB31 is #0514CE. Grayscale: #DBDBDB. Windows color (decimal): -333007 or 3271674. OLE color: 3271674.

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

Color convert

RGB 250 235 49 -
CMYK 0 0.06 0.80 0.02
HSL 55.52º 0.95% 0.59% -
HSV(B) 55.52º 0.8% 0.98% -
XYZ 69.69 79.96 14.67 -
YUV 218.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 250 235 49 0 0.06 0.80 0.02 55.52 0.95 0.59
Hex FA EB 31 0 6 50 2 38 5F 3B
Octal 372 353 61 0 6 120 2 70 137 73
Binary 11111010 11101011 110001 0 110 1010000 10 111000 1011111 111011

Color Harmonies of #FAEB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB31

Black with #FAEB31

Text Example


Text Example

White with #FAEB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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