Html Css Color HEX #FAC440 Sunglow

📋 copy color: '#FAC440'

red 250 ◦ green 196 ◦ blue 64

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

Shades of Sunglow #FAC440

Tints of Sunglow #FAC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

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

R = 49.02%
G = 38.43%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC440 (or 0xFAC440) is known color: Sunglow. HEX triplet: FA, C4 and 40. RGB value is (250,196,64). Sum of RGB (Red+Green+Blue) = 250+196+64=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC440 is #053BBF. Grayscale: #C5C5C5. Windows color (decimal): -342976 or 4244730. OLE color: 4244730.

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

Color convert

RGB 250 196 64 -
CMYK 0 0.22 0.74 0.02
HSL 42.58º 0.95% 0.62% -
HSV(B) 42.58º 0.74% 0.98% -
XYZ 60.09 60.17 13.3 -
YUV 197.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 250 196 64 0 0.22 0.74 0.02 42.58 0.95 0.62
Hex FA C4 40 0 16 4A 2 2B 5F 3E
Octal 372 304 100 0 26 112 2 53 137 76
Binary 11111010 11000100 1000000 0 10110 1001010 10 101011 1011111 111110

Color Harmonies of #FAC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC440

Black with #FAC440

Text Example


Text Example

White with #FAC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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