Html Css Color HEX #FADF31 Gorse

📋 copy color: '#FADF31'

red 250 ◦ green 223 ◦ blue 49

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

Shades of Gorse #FADF31

Tints of Gorse #FADF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

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

R = 47.89%
G = 42.72%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FADF31 (or 0xFADF31) is known color: Gorse. HEX triplet: FA, DF and 31. RGB value is (250,223,49). Sum of RGB (Red+Green+Blue) = 250+223+49=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF31 is #0520CE. Grayscale: #D3D3D3. Windows color (decimal): -336079 or 3268602. OLE color: 3268602.

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

Color convert

RGB 250 223 49 -
CMYK 0 0.11 0.80 0.02
HSL 51.94º 0.95% 0.59% -
HSV(B) 51.94º 0.8% 0.98% -
XYZ 66.37 73.32 13.56 -
YUV 211.24 36.45 155.65 -
System Red Green Blue C M Y K H S L
Decimal 250 223 49 0 0.11 0.80 0.02 51.94 0.95 0.59
Hex FA DF 31 0 B 50 2 34 5F 3B
Octal 372 337 61 0 13 120 2 64 137 73
Binary 11111010 11011111 110001 0 1011 1010000 10 110100 1011111 111011

Color Harmonies of #FADF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF31

Black with #FADF31

Text Example


Text Example

White with #FADF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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