Html Css Color HEX #FAD934 Gorse

📋 copy color: '#FAD934'

red 250 ◦ green 217 ◦ blue 52

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

Shades of Gorse #FAD934

Tints of Gorse #FAD934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 52 (20.7% from 255) = 10.02%

R = 48.17%
G = 41.81%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAD934 (or 0xFAD934) is known color: Gorse. HEX triplet: FA, D9 and 34. RGB value is (250,217,52). Sum of RGB (Red+Green+Blue) = 250+217+52=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 52 (20.70% from 255 or 10.02% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD934 is #0526CB. Grayscale: #D0D0D0. Windows color (decimal): -337612 or 3463674. OLE color: 3463674.

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

Color convert

RGB 250 217 52 -
CMYK 0 0.13 0.79 0.02
HSL 50º 0.95% 0.59% -
HSV(B) 50º 0.79% 0.98% -
XYZ 64.86 70.2 13.38 -
YUV 208.06 39.93 157.92 -
System Red Green Blue C M Y K H S L
Decimal 250 217 52 0 0.13 0.79 0.02 50 0.95 0.59
Hex FA D9 34 0 D 4F 2 32 5F 3B
Octal 372 331 64 0 15 117 2 62 137 73
Binary 11111010 11011001 110100 0 1101 1001111 10 110010 1011111 111011

Color Harmonies of #FAD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD934

Black with #FAD934

Text Example


Text Example

White with #FAD934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD934; }

 p { color: rgb(250,217,52); }

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

background-color css

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

 a { background-color: rgb(250,217,52); }

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

border-color css

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

 span { border-color: rgb(250,217,52); }

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