Html Css Color HEX #FAEC25 Gorse

📋 copy color: '#FAEC25'

red 250 ◦ green 236 ◦ blue 37

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

Shades of Gorse #FAEC25

Tints of Gorse #FAEC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.07%

R = 47.8%
G = 45.12%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAEC25 (or 0xFAEC25) is known color: Gorse. HEX triplet: FA, EC and 25. RGB value is (250,236,37). Sum of RGB (Red+Green+Blue) = 250+236+37=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 37 (14.84% from 255 or 7.07% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC25 is #0513DA. Grayscale: #DADADA. Windows color (decimal): -332763 or 2485498. OLE color: 2485498.

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

Color convert

RGB 250 236 37 -
CMYK 0 0.06 0.85 0.02
HSL 56.06º 0.96% 0.56% -
HSV(B) 56.06º 0.85% 0.98% -
XYZ 69.75 80.45 13.6 -
YUV 217.5 26.14 151.18 -
System Red Green Blue C M Y K H S L
Decimal 250 236 37 0 0.06 0.85 0.02 56.06 0.96 0.56
Hex FA EC 25 0 6 55 2 38 60 38
Octal 372 354 45 0 6 125 2 70 140 70
Binary 11111010 11101100 100101 0 110 1010101 10 111000 1100000 111000

Color Harmonies of #FAEC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC25

Black with #FAEC25

Text Example


Text Example

White with #FAEC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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