Html Css Color HEX #FAEB3A Gorse

📋 copy color: '#FAEB3A'

red 250 ◦ green 235 ◦ blue 58

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

Shades of Gorse #FAEB3A

Tints of Gorse #FAEB3A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.28%

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

R = 46.04%
G = 43.28%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAEB3A (or 0xFAEB3A) is known color: Gorse. HEX triplet: FA, EB and 3A. RGB value is (250,235,58). Sum of RGB (Red+Green+Blue) = 250+235+58=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 58 (23.05% from 255 or 10.68% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEB3A is #0514C5. Grayscale: #DCDCDC. Windows color (decimal): -332998 or 3861498. OLE color: 3861498.

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

Color convert

RGB 250 235 58 -
CMYK 0 0.06 0.77 0.02
HSL 55.31º 0.95% 0.6% -
HSV(B) 55.31º 0.77% 0.98% -
XYZ 69.9 80.05 15.77 -
YUV 219.31 36.97 149.89 -
System Red Green Blue C M Y K H S L
Decimal 250 235 58 0 0.06 0.77 0.02 55.31 0.95 0.6
Hex FA EB 3A 0 6 4D 2 37 5F 3C
Octal 372 353 72 0 6 115 2 67 137 74
Binary 11111010 11101011 111010 0 110 1001101 10 110111 1011111 111100

Color Harmonies of #FAEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB3A

Black with #FAEB3A

Text Example


Text Example

White with #FAEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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