Html Css Color HEX #FAD831 Gorse

📋 copy color: '#FAD831'

red 250 ◦ green 216 ◦ blue 49

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

Shades of Gorse #FAD831

Tints of Gorse #FAD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

 BLUE value IS 49 (19.53% from 255) = 9.51%

R = 48.54%
G = 41.94%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAD831 (or 0xFAD831) is known color: Gorse. HEX triplet: FA, D8 and 31. RGB value is (250,216,49). Sum of RGB (Red+Green+Blue) = 250+216+49=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD831 is #0527CE. Grayscale: #CFCFCF. Windows color (decimal): -337871 or 3266810. OLE color: 3266810.

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

Color convert

RGB 250 216 49 -
CMYK 0 0.14 0.80 0.02
HSL 49.85º 0.95% 0.59% -
HSV(B) 49.85º 0.8% 0.98% -
XYZ 64.53 69.66 12.95 -
YUV 207.13 38.76 158.58 -
System Red Green Blue C M Y K H S L
Decimal 250 216 49 0 0.14 0.80 0.02 49.85 0.95 0.59
Hex FA D8 31 0 E 50 2 32 5F 3B
Octal 372 330 61 0 16 120 2 62 137 73
Binary 11111010 11011000 110001 0 1110 1010000 10 110010 1011111 111011

Color Harmonies of #FAD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD831

Black with #FAD831

Text Example


Text Example

White with #FAD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD831; }

 p { color: rgb(250,216,49); }

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

background-color css

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

 a { background-color: rgb(250,216,49); }

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

border-color css

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

 span { border-color: rgb(250,216,49); }

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