Html Css Color HEX #FAD73A Gorse

📋 copy color: '#FAD73A'

red 250 ◦ green 215 ◦ blue 58

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

Shades of Gorse #FAD73A

Tints of Gorse #FAD73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

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

R = 47.8%
G = 41.11%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAD73A (or 0xFAD73A) is known color: Gorse. HEX triplet: FA, D7 and 3A. RGB value is (250,215,58). Sum of RGB (Red+Green+Blue) = 250+215+58=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD73A is #0528C5. Grayscale: #D0D0D0. Windows color (decimal): -338118 or 3856378. OLE color: 3856378.

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

Color convert

RGB 250 215 58 -
CMYK 0 0.14 0.77 0.02
HSL 49.06º 0.95% 0.6% -
HSV(B) 49.06º 0.77% 0.98% -
XYZ 64.49 69.23 13.97 -
YUV 207.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 250 215 58 0 0.14 0.77 0.02 49.06 0.95 0.6
Hex FA D7 3A 0 E 4D 2 31 5F 3C
Octal 372 327 72 0 16 115 2 61 137 74
Binary 11111010 11010111 111010 0 1110 1001101 10 110001 1011111 111100

Color Harmonies of #FAD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD73A

Black with #FAD73A

Text Example


Text Example

White with #FAD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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