Html Css Color HEX #FAEC2E Gorse

📋 copy color: '#FAEC2E'

red 250 ◦ green 236 ◦ blue 46

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

Shades of Gorse #FAEC2E

Tints of Gorse #FAEC2E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.36%

 BLUE value IS 46 (18.36% from 255) = 8.65%

R = 46.99%
G = 44.36%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAEC2E (or 0xFAEC2E) is known color: Gorse. HEX triplet: FA, EC and 2E. RGB value is (250,236,46). Sum of RGB (Red+Green+Blue) = 250+236+46=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 46 (18.36% from 255 or 8.65% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC2E is #0513D1. Grayscale: #DBDBDB. Windows color (decimal): -332754 or 3075322. OLE color: 3075322.

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

Color convert

RGB 250 236 46 -
CMYK 0 0.06 0.82 0.02
HSL 55.88º 0.95% 0.58% -
HSV(B) 55.88º 0.82% 0.98% -
XYZ 69.91 80.51 14.44 -
YUV 218.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 250 236 46 0 0.06 0.82 0.02 55.88 0.95 0.58
Hex FA EC 2E 0 6 52 2 38 5F 3A
Octal 372 354 56 0 6 122 2 70 137 72
Binary 11111010 11101100 101110 0 110 1010010 10 111000 1011111 111010

Color Harmonies of #FAEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC2E

Black with #FAEC2E

Text Example


Text Example

White with #FAEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC2E; }

 p { color: rgb(250,236,46); }

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

background-color css

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

 a { background-color: rgb(250,236,46); }

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

border-color css

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

 span { border-color: rgb(250,236,46); }

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