Html Css Color HEX #FAE841 Gorse

📋 copy color: '#FAE841'

red 250 ◦ green 232 ◦ blue 65

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

Shades of Gorse #FAE841

Tints of Gorse #FAE841

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.41%

 BLUE value IS 65 (25.78% from 255) = 11.88%

R = 45.7%
G = 42.41%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAE841 (or 0xFAE841) is known color: Gorse. HEX triplet: FA, E8 and 41. RGB value is (250,232,65). Sum of RGB (Red+Green+Blue) = 250+232+65=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 65 (25.78% from 255 or 11.88% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE841 is #0517BE. Grayscale: #DBDBDB. Windows color (decimal): -333759 or 4319482. OLE color: 4319482.

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

Color convert

RGB 250 232 65 -
CMYK 0 0.07 0.74 0.02
HSL 54.16º 0.95% 0.62% -
HSV(B) 54.16º 0.74% 0.98% -
XYZ 69.24 78.42 16.49 -
YUV 218.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 250 232 65 0 0.07 0.74 0.02 54.16 0.95 0.62
Hex FA E8 41 0 7 4A 2 36 5F 3E
Octal 372 350 101 0 7 112 2 66 137 76
Binary 11111010 11101000 1000001 0 111 1001010 10 110110 1011111 111110

Color Harmonies of #FAE841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE841

Black with #FAE841

Text Example


Text Example

White with #FAE841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE841; }

 p { color: rgb(250,232,65); }

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

background-color css

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

 a { background-color: rgb(250,232,65); }

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

border-color css

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

 span { border-color: rgb(250,232,65); }

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