Html Css Color HEX #FAD531 Sunglow

📋 copy color: '#FAD531'

red 250 ◦ green 213 ◦ blue 49

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

Shades of Sunglow #FAD531

Tints of Sunglow #FAD531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

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

R = 48.83%
G = 41.6%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAD531 (or 0xFAD531) is known color: Sunglow. HEX triplet: FA, D5 and 31. RGB value is (250,213,49). Sum of RGB (Red+Green+Blue) = 250+213+49=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD531 is #052ACE. Grayscale: #CECECE. Windows color (decimal): -338639 or 3266042. OLE color: 3266042.

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

Color convert

RGB 250 213 49 -
CMYK 0 0.15 0.80 0.02
HSL 48.96º 0.95% 0.59% -
HSV(B) 48.96º 0.8% 0.98% -
XYZ 63.77 68.13 12.7 -
YUV 205.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 250 213 49 0 0.15 0.80 0.02 48.96 0.95 0.59
Hex FA D5 31 0 F 50 2 31 5F 3B
Octal 372 325 61 0 17 120 2 61 137 73
Binary 11111010 11010101 110001 0 1111 1010000 10 110001 1011111 111011

Color Harmonies of #FAD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD531

Black with #FAD531

Text Example


Text Example

White with #FAD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD531; }

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

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

background-color css

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

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

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

border-color css

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

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

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