Html Css Color HEX #FAEC2B Gorse

📋 copy color: '#FAEC2B'

red 250 ◦ green 236 ◦ blue 43

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

Shades of Gorse #FAEC2B

Tints of Gorse #FAEC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.13%

R = 47.26%
G = 44.61%
B = 8.13%

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

#FAEC2B (or 0xFAEC2B) is known color: Gorse. HEX triplet: FA, EC and 2B. RGB value is (250,236,43). Sum of RGB (Red+Green+Blue) = 250+236+43=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 43 (17.19% from 255 or 8.13% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC2B is #0513D4. Grayscale: #DADADA. Windows color (decimal): -332757 or 2878714. OLE color: 2878714.

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

Color convert

RGB 250 236 43 -
CMYK 0 0.06 0.83 0.02
HSL 55.94º 0.95% 0.57% -
HSV(B) 55.94º 0.83% 0.98% -
XYZ 69.86 80.49 14.14 -
YUV 218.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 250 236 43 0 0.06 0.83 0.02 55.94 0.95 0.57
Hex FA EC 2B 0 6 53 2 38 5F 39
Octal 372 354 53 0 6 123 2 70 137 71
Binary 11111010 11101100 101011 0 110 1010011 10 111000 1011111 111001

Color Harmonies of #FAEC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC2B

Black with #FAEC2B

Text Example


Text Example

White with #FAEC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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