Html Css Color HEX #FAE332 Gorse

📋 copy color: '#FAE332'

red 250 ◦ green 227 ◦ blue 50

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

Shades of Gorse #FAE332

Tints of Gorse #FAE332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.07%

 BLUE value IS 50 (19.92% from 255) = 9.49%

R = 47.44%
G = 43.07%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAE332 (or 0xFAE332) is known color: Gorse. HEX triplet: FA, E3 and 32. RGB value is (250,227,50). Sum of RGB (Red+Green+Blue) = 250+227+50=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 50 (19.92% from 255 or 9.49% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE332 is #051CCD. Grayscale: #D6D6D6. Windows color (decimal): -335054 or 3335162. OLE color: 3335162.

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

Color convert

RGB 250 227 50 -
CMYK 0 0.09 0.8 0.02
HSL 53.1º 0.95% 0.59% -
HSV(B) 53.1º 0.8% 0.98% -
XYZ 67.47 75.49 14.03 -
YUV 213.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 250 227 50 0 0.09 0.8 0.02 53.1 0.95 0.59
Hex FA E3 32 0 9 50 2 35 5F 3B
Octal 372 343 62 0 11 120 2 65 137 73
Binary 11111010 11100011 110010 0 1001 1010000 10 110101 1011111 111011

Color Harmonies of #FAE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE332

Black with #FAE332

Text Example


Text Example

White with #FAE332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE332; }

 p { color: rgb(250,227,50); }

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

background-color css

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

 a { background-color: rgb(250,227,50); }

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

border-color css

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

 span { border-color: rgb(250,227,50); }

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