Html Css Color HEX #FAE040 Gorse

📋 copy color: '#FAE040'

red 250 ◦ green 224 ◦ blue 64

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

Shades of Gorse #FAE040

Tints of Gorse #FAE040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.9%

R = 46.47%
G = 41.64%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAE040 (or 0xFAE040) is known color: Gorse. HEX triplet: FA, E0 and 40. RGB value is (250,224,64). Sum of RGB (Red+Green+Blue) = 250+224+64=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE040 is #051FBF. Grayscale: #D6D6D6. Windows color (decimal): -335808 or 4251898. OLE color: 4251898.

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

Color convert

RGB 250 224 64 -
CMYK 0 0.10 0.74 0.02
HSL 51.61º 0.95% 0.62% -
HSV(B) 51.61º 0.74% 0.98% -
XYZ 67.01 74.01 15.6 -
YUV 213.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 250 224 64 0 0.10 0.74 0.02 51.61 0.95 0.62
Hex FA E0 40 0 A 4A 2 34 5F 3E
Octal 372 340 100 0 12 112 2 64 137 76
Binary 11111010 11100000 1000000 0 1010 1001010 10 110100 1011111 111110

Color Harmonies of #FAE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE040

Black with #FAE040

Text Example


Text Example

White with #FAE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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