Html Css Color HEX #FAE034 Gorse

📋 copy color: '#FAE034'

red 250 ◦ green 224 ◦ blue 52

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

Shades of Gorse #FAE034

Tints of Gorse #FAE034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.89%

R = 47.53%
G = 42.59%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAE034 (or 0xFAE034) is known color: Gorse. HEX triplet: FA, E0 and 34. RGB value is (250,224,52). Sum of RGB (Red+Green+Blue) = 250+224+52=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE034 is #051FCB. Grayscale: #D4D4D4. Windows color (decimal): -335820 or 3465466. OLE color: 3465466.

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

Color convert

RGB 250 224 52 -
CMYK 0 0.10 0.79 0.02
HSL 52.12º 0.95% 0.59% -
HSV(B) 52.12º 0.79% 0.98% -
XYZ 66.7 73.88 13.99 -
YUV 212.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 250 224 52 0 0.10 0.79 0.02 52.12 0.95 0.59
Hex FA E0 34 0 A 4F 2 34 5F 3B
Octal 372 340 64 0 12 117 2 64 137 73
Binary 11111010 11100000 110100 0 1010 1001111 10 110100 1011111 111011

Color Harmonies of #FAE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE034

Black with #FAE034

Text Example


Text Example

White with #FAE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE034; }

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

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

background-color css

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

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

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

border-color css

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

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

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