Html Css Color HEX #FAEC3E Gorse

📋 copy color: '#FAEC3E'

red 250 ◦ green 236 ◦ blue 62

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

Shades of Gorse #FAEC3E

Tints of Gorse #FAEC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.31%

R = 45.62%
G = 43.07%
B = 11.31%

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

#FAEC3E (or 0xFAEC3E) is known color: Gorse. HEX triplet: FA, EC and 3E. RGB value is (250,236,62). Sum of RGB (Red+Green+Blue) = 250+236+62=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 62 (24.61% from 255 or 11.31% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC3E is #0513C1. Grayscale: #DDDDDD. Windows color (decimal): -332738 or 4123898. OLE color: 4123898.

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

Color convert

RGB 250 236 62 -
CMYK 0 0.06 0.75 0.02
HSL 55.53º 0.95% 0.61% -
HSV(B) 55.53º 0.75% 0.98% -
XYZ 70.29 80.66 16.42 -
YUV 220.35 38.64 149.15 -
System Red Green Blue C M Y K H S L
Decimal 250 236 62 0 0.06 0.75 0.02 55.53 0.95 0.61
Hex FA EC 3E 0 6 4B 2 38 5F 3D
Octal 372 354 76 0 6 113 2 70 137 75
Binary 11111010 11101100 111110 0 110 1001011 10 111000 1011111 111101

Color Harmonies of #FAEC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC3E

Black with #FAEC3E

Text Example


Text Example

White with #FAEC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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