Html Css Color HEX #FAEC2A Gorse

📋 copy color: '#FAEC2A'

red 250 ◦ green 236 ◦ blue 42

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

Shades of Gorse #FAEC2A

Tints of Gorse #FAEC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.95%

R = 47.35%
G = 44.7%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAEC2A (or 0xFAEC2A) is known color: Gorse. HEX triplet: FA, EC and 2A. RGB value is (250,236,42). Sum of RGB (Red+Green+Blue) = 250+236+42=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC2A is #0513D5. Grayscale: #DADADA. Windows color (decimal): -332758 or 2813178. OLE color: 2813178.

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

Color convert

RGB 250 236 42 -
CMYK 0 0.06 0.83 0.02
HSL 55.96º 0.95% 0.57% -
HSV(B) 55.96º 0.83% 0.98% -
XYZ 69.84 80.48 14.04 -
YUV 218.07 28.64 150.77 -
System Red Green Blue C M Y K H S L
Decimal 250 236 42 0 0.06 0.83 0.02 55.96 0.95 0.57
Hex FA EC 2A 0 6 53 2 38 5F 39
Octal 372 354 52 0 6 123 2 70 137 71
Binary 11111010 11101100 101010 0 110 1010011 10 111000 1011111 111001

Color Harmonies of #FAEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC2A

Black with #FAEC2A

Text Example


Text Example

White with #FAEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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