Html Css Color HEX #FAD537 Sunglow

📋 copy color: '#FAD537'

red 250 ◦ green 213 ◦ blue 55

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

Shades of Sunglow #FAD537

Tints of Sunglow #FAD537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.62%

R = 48.26%
G = 41.12%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAD537 (or 0xFAD537) is known color: Sunglow. HEX triplet: FA, D5 and 37. RGB value is (250,213,55). Sum of RGB (Red+Green+Blue) = 250+213+55=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 55 (21.88% from 255 or 10.62% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD537 is #052AC8. Grayscale: #CECECE. Windows color (decimal): -338633 or 3659258. OLE color: 3659258.

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

Color convert

RGB 250 213 55 -
CMYK 0 0.15 0.78 0.02
HSL 48.62º 0.95% 0.6% -
HSV(B) 48.62º 0.78% 0.98% -
XYZ 63.91 68.19 13.41 -
YUV 206.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 250 213 55 0 0.15 0.78 0.02 48.62 0.95 0.6
Hex FA D5 37 0 F 4E 2 31 5F 3C
Octal 372 325 67 0 17 116 2 61 137 74
Binary 11111010 11010101 110111 0 1111 1001110 10 110001 1011111 111100

Color Harmonies of #FAD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD537

Black with #FAD537

Text Example


Text Example

White with #FAD537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD537; }

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

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

background-color css

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

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

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

border-color css

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

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

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