Html Css Color HEX #FADA31 Gorse

📋 copy color: '#FADA31'

red 250 ◦ green 218 ◦ blue 49

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

Shades of Gorse #FADA31

Tints of Gorse #FADA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

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

R = 48.36%
G = 42.17%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FADA31 (or 0xFADA31) is known color: Gorse. HEX triplet: FA, DA and 31. RGB value is (250,218,49). Sum of RGB (Red+Green+Blue) = 250+218+49=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA31 is #0525CE. Grayscale: #D1D1D1. Windows color (decimal): -337359 or 3267322. OLE color: 3267322.

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

Color convert

RGB 250 218 49 -
CMYK 0 0.13 0.80 0.02
HSL 50.45º 0.95% 0.59% -
HSV(B) 50.45º 0.8% 0.98% -
XYZ 65.05 70.69 13.12 -
YUV 208.3 38.1 157.74 -
System Red Green Blue C M Y K H S L
Decimal 250 218 49 0 0.13 0.80 0.02 50.45 0.95 0.59
Hex FA DA 31 0 D 50 2 32 5F 3B
Octal 372 332 61 0 15 120 2 62 137 73
Binary 11111010 11011010 110001 0 1101 1010000 10 110010 1011111 111011

Color Harmonies of #FADA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA31

Black with #FADA31

Text Example


Text Example

White with #FADA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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