Html Css Color HEX #FAEA3A Gorse

📋 copy color: '#FAEA3A'

red 250 ◦ green 234 ◦ blue 58

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

Shades of Gorse #FAEA3A

Tints of Gorse #FAEA3A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

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

R = 46.13%
G = 43.17%
B = 10.7%

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

#FAEA3A (or 0xFAEA3A) is known color: Gorse. HEX triplet: FA, EA and 3A. RGB value is (250,234,58). Sum of RGB (Red+Green+Blue) = 250+234+58=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 58 (23.05% from 255 or 10.70% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA3A is #0515C5. Grayscale: #DBDBDB. Windows color (decimal): -333254 or 3861242. OLE color: 3861242.

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

Color convert

RGB 250 234 58 -
CMYK 0 0.06 0.77 0.02
HSL 55º 0.95% 0.6% -
HSV(B) 55º 0.77% 0.98% -
XYZ 69.61 79.48 15.67 -
YUV 218.72 37.3 150.31 -
System Red Green Blue C M Y K H S L
Decimal 250 234 58 0 0.06 0.77 0.02 55 0.95 0.6
Hex FA EA 3A 0 6 4D 2 37 5F 3C
Octal 372 352 72 0 6 115 2 67 137 74
Binary 11111010 11101010 111010 0 110 1001101 10 110111 1011111 111100

Color Harmonies of #FAEA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA3A

Black with #FAEA3A

Text Example


Text Example

White with #FAEA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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