Html Css Color HEX #FAE129 Gorse

📋 copy color: '#FAE129'

red 250 ◦ green 225 ◦ blue 41

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

Shades of Gorse #FAE129

Tints of Gorse #FAE129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.95%

R = 48.45%
G = 43.6%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAE129 (or 0xFAE129) is known color: Gorse. HEX triplet: FA, E1 and 29. RGB value is (250,225,41). Sum of RGB (Red+Green+Blue) = 250+225+41=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 41 (16.41% from 255 or 7.95% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE129 is #051ED6. Grayscale: #D4D4D4. Windows color (decimal): -335575 or 2744826. OLE color: 2744826.

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

Color convert

RGB 250 225 41 -
CMYK 0 0.10 0.84 0.02
HSL 52.82º 0.95% 0.57% -
HSV(B) 52.82º 0.84% 0.98% -
XYZ 66.75 74.33 12.93 -
YUV 211.5 31.78 155.46 -
System Red Green Blue C M Y K H S L
Decimal 250 225 41 0 0.10 0.84 0.02 52.82 0.95 0.57
Hex FA E1 29 0 A 54 2 35 5F 39
Octal 372 341 51 0 12 124 2 65 137 71
Binary 11111010 11100001 101001 0 1010 1010100 10 110101 1011111 111001

Color Harmonies of #FAE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE129

Black with #FAE129

Text Example


Text Example

White with #FAE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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