Html Css Color HEX #FAEC3C Gorse

📋 copy color: '#FAEC3C'

red 250 ◦ green 236 ◦ blue 60

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

Shades of Gorse #FAEC3C

Tints of Gorse #FAEC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 10.99%

R = 45.79%
G = 43.22%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAEC3C (or 0xFAEC3C) is known color: Gorse. HEX triplet: FA, EC and 3C. RGB value is (250,236,60). Sum of RGB (Red+Green+Blue) = 250+236+60=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 60 (23.83% from 255 or 10.99% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC3C is #0513C3. Grayscale: #DCDCDC. Windows color (decimal): -332740 or 3992826. OLE color: 3992826.

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

Color convert

RGB 250 236 60 -
CMYK 0 0.06 0.76 0.02
HSL 55.58º 0.95% 0.61% -
HSV(B) 55.58º 0.76% 0.98% -
XYZ 70.24 80.64 16.14 -
YUV 220.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 250 236 60 0 0.06 0.76 0.02 55.58 0.95 0.61
Hex FA EC 3C 0 6 4C 2 38 5F 3D
Octal 372 354 74 0 6 114 2 70 137 75
Binary 11111010 11101100 111100 0 110 1001100 10 111000 1011111 111101

Color Harmonies of #FAEC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC3C

Black with #FAEC3C

Text Example


Text Example

White with #FAEC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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