Html Css Color HEX #FAEC3F Gorse

📋 copy color: '#FAEC3F'

red 250 ◦ green 236 ◦ blue 63

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

Shades of Gorse #FAEC3F

Tints of Gorse #FAEC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.48%

R = 45.54%
G = 42.99%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAEC3F (or 0xFAEC3F) is known color: Gorse. HEX triplet: FA, EC and 3F. RGB value is (250,236,63). Sum of RGB (Red+Green+Blue) = 250+236+63=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 63 (25% from 255 or 11.48% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC3F is #0513C0. Grayscale: #DDDDDD. Windows color (decimal): -332737 or 4189434. OLE color: 4189434.

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

Color convert

RGB 250 236 63 -
CMYK 0 0.06 0.75 0.02
HSL 55.51º 0.95% 0.61% -
HSV(B) 55.51º 0.75% 0.98% -
XYZ 70.32 80.67 16.57 -
YUV 220.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 250 236 63 0 0.06 0.75 0.02 55.51 0.95 0.61
Hex FA EC 3F 0 6 4B 2 38 5F 3D
Octal 372 354 77 0 6 113 2 70 137 75
Binary 11111010 11101100 111111 0 110 1001011 10 111000 1011111 111101

Color Harmonies of #FAEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC3F

Black with #FAEC3F

Text Example


Text Example

White with #FAEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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