Html Css Color HEX #FAED3A Gorse

📋 copy color: '#FAED3A'

red 250 ◦ green 237 ◦ blue 58

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

Shades of Gorse #FAED3A

Tints of Gorse #FAED3A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.49%

 BLUE value IS 58 (23.05% from 255) = 10.64%

R = 45.87%
G = 43.49%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAED3A (or 0xFAED3A) is known color: Gorse. HEX triplet: FA, ED and 3A. RGB value is (250,237,58). Sum of RGB (Red+Green+Blue) = 250+237+58=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAED3A is #0512C5. Grayscale: #DDDDDD. Windows color (decimal): -332486 or 3862010. OLE color: 3862010.

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

Color convert

RGB 250 237 58 -
CMYK 0 0.05 0.77 0.02
HSL 55.94º 0.95% 0.6% -
HSV(B) 55.94º 0.77% 0.98% -
XYZ 70.47 81.2 15.96 -
YUV 220.48 36.31 149.05 -
System Red Green Blue C M Y K H S L
Decimal 250 237 58 0 0.05 0.77 0.02 55.94 0.95 0.6
Hex FA ED 3A 0 5 4D 2 38 5F 3C
Octal 372 355 72 0 5 115 2 70 137 74
Binary 11111010 11101101 111010 0 101 1001101 10 111000 1011111 111100

Color Harmonies of #FAED3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED3A

Black with #FAED3A

Text Example


Text Example

White with #FAED3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED3A; }

 p { color: rgb(250,237,58); }

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

background-color css

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

 a { background-color: rgb(250,237,58); }

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

border-color css

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

 span { border-color: rgb(250,237,58); }

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