Html Css Color HEX #FAE044 Gorse

📋 copy color: '#FAE044'

red 250 ◦ green 224 ◦ blue 68

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

Shades of Gorse #FAE044

Tints of Gorse #FAE044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.55%

R = 46.13%
G = 41.33%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAE044 (or 0xFAE044) is known color: Gorse. HEX triplet: FA, E0 and 44. RGB value is (250,224,68). Sum of RGB (Red+Green+Blue) = 250+224+68=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 68 (26.95% from 255 or 12.55% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE044 is #051FBB. Grayscale: #D6D6D6. Windows color (decimal): -335804 or 4514042. OLE color: 4514042.

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

Color convert

RGB 250 224 68 -
CMYK 0 0.10 0.73 0.02
HSL 51.43º 0.95% 0.62% -
HSV(B) 51.43º 0.73% 0.98% -
XYZ 67.12 74.05 16.22 -
YUV 213.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 250 224 68 0 0.10 0.73 0.02 51.43 0.95 0.62
Hex FA E0 44 0 A 49 2 33 5F 3E
Octal 372 340 104 0 12 111 2 63 137 76
Binary 11111010 11100000 1000100 0 1010 1001001 10 110011 1011111 111110

Color Harmonies of #FAE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE044

Black with #FAE044

Text Example


Text Example

White with #FAE044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE044; }

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

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

background-color css

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

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

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

border-color css

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

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

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