Html Css Color HEX #FAE136 Gorse

📋 copy color: '#FAE136'

red 250 ◦ green 225 ◦ blue 54

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

Shades of Gorse #FAE136

Tints of Gorse #FAE136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.21%

R = 47.26%
G = 42.53%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAE136 (or 0xFAE136) is known color: Gorse. HEX triplet: FA, E1 and 36. RGB value is (250,225,54). Sum of RGB (Red+Green+Blue) = 250+225+54=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 54 (21.48% from 255 or 10.21% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE136 is #051EC9. Grayscale: #D5D5D5. Windows color (decimal): -335562 or 3596794. OLE color: 3596794.

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

Color convert

RGB 250 225 54 -
CMYK 0 0.10 0.78 0.02
HSL 52.35º 0.95% 0.6% -
HSV(B) 52.35º 0.78% 0.98% -
XYZ 67.02 74.44 14.33 -
YUV 212.98 38.28 154.4 -
System Red Green Blue C M Y K H S L
Decimal 250 225 54 0 0.10 0.78 0.02 52.35 0.95 0.6
Hex FA E1 36 0 A 4E 2 34 5F 3C
Octal 372 341 66 0 12 116 2 64 137 74
Binary 11111010 11100001 110110 0 1010 1001110 10 110100 1011111 111100

Color Harmonies of #FAE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE136

Black with #FAE136

Text Example


Text Example

White with #FAE136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE136; }

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

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

background-color css

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

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

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

border-color css

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

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

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