Html Css Color HEX #FAE124 Gorse

📋 copy color: '#FAE124'

red 250 ◦ green 225 ◦ blue 36

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

Shades of Gorse #FAE124

Tints of Gorse #FAE124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.03%

 BLUE value IS 36 (14.45% from 255) = 7.05%

R = 48.92%
G = 44.03%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAE124 (or 0xFAE124) is known color: Gorse. HEX triplet: FA, E1 and 24. RGB value is (250,225,36). Sum of RGB (Red+Green+Blue) = 250+225+36=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE124 is #051EDB. Grayscale: #D3D3D3. Windows color (decimal): -335580 or 2417146. OLE color: 2417146.

HSL color Cylindrical-coordinate representation of color #FAE124: hue angle of 52.99º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAE124 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 225 36 -
CMYK 0 0.10 0.86 0.02
HSL 52.99º 0.96% 0.56% -
HSV(B) 52.99º 0.86% 0.98% -
XYZ 66.67 74.3 12.5 -
YUV 210.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 250 225 36 0 0.10 0.86 0.02 52.99 0.96 0.56
Hex FA E1 24 0 A 56 2 35 60 38
Octal 372 341 44 0 12 126 2 65 140 70
Binary 11111010 11100001 100100 0 1010 1010110 10 110101 1100000 111000

Color Harmonies of #FAE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE124

Black with #FAE124

Text Example


Text Example

White with #FAE124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE124; }

 p { color: rgb(250,225,36); }

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

background-color css

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

 a { background-color: rgb(250,225,36); }

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

border-color css

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

 span { border-color: rgb(250,225,36); }

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