Html Css Color HEX #FAEF3A Gorse

📋 copy color: '#FAEF3A'

red 250 ◦ green 239 ◦ blue 58

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

Shades of Gorse #FAEF3A

Tints of Gorse #FAEF3A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.69%

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

R = 45.7%
G = 43.69%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAEF3A (or 0xFAEF3A) is known color: Gorse. HEX triplet: FA, EF and 3A. RGB value is (250,239,58). Sum of RGB (Red+Green+Blue) = 250+239+58=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEF3A is #0510C5. Grayscale: #DEDEDE. Windows color (decimal): -331974 or 3862522. OLE color: 3862522.

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

Color convert

RGB 250 239 58 -
CMYK 0 0.04 0.77 0.02
HSL 56.56º 0.95% 0.6% -
HSV(B) 56.56º 0.77% 0.98% -
XYZ 71.05 82.36 16.16 -
YUV 221.66 35.64 148.22 -
System Red Green Blue C M Y K H S L
Decimal 250 239 58 0 0.04 0.77 0.02 56.56 0.95 0.6
Hex FA EF 3A 0 4 4D 2 39 5F 3C
Octal 372 357 72 0 4 115 2 71 137 74
Binary 11111010 11101111 111010 0 100 1001101 10 111001 1011111 111100

Color Harmonies of #FAEF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEF3A

Black with #FAEF3A

Text Example


Text Example

White with #FAEF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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