Html Css Color HEX #FAD540 Sunglow

📋 copy color: '#FAD540'

red 250 ◦ green 213 ◦ blue 64

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

Shades of Sunglow #FAD540

Tints of Sunglow #FAD540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.14%

R = 47.44%
G = 40.42%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAD540 (or 0xFAD540) is known color: Sunglow. HEX triplet: FA, D5 and 40. RGB value is (250,213,64). Sum of RGB (Red+Green+Blue) = 250+213+64=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD540 is #052ABF. Grayscale: #CFCFCF. Windows color (decimal): -338624 or 4249082. OLE color: 4249082.

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

Color convert

RGB 250 213 64 -
CMYK 0 0.15 0.74 0.02
HSL 48.06º 0.95% 0.62% -
HSV(B) 48.06º 0.74% 0.98% -
XYZ 64.14 68.28 14.65 -
YUV 207.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 250 213 64 0 0.15 0.74 0.02 48.06 0.95 0.62
Hex FA D5 40 0 F 4A 2 30 5F 3E
Octal 372 325 100 0 17 112 2 60 137 76
Binary 11111010 11010101 1000000 0 1111 1001010 10 110000 1011111 111110

Color Harmonies of #FAD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD540

Black with #FAD540

Text Example


Text Example

White with #FAD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD540; }

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

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

background-color css

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

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

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

border-color css

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

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

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