Html Css Color HEX #FAC541 Sunglow

📋 copy color: '#FAC541'

red 250 ◦ green 197 ◦ blue 65

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

Shades of Sunglow #FAC541

Tints of Sunglow #FAC541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 65 (25.78% from 255) = 12.7%

R = 48.83%
G = 38.48%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC541 (or 0xFAC541) is known color: Sunglow. HEX triplet: FA, C5 and 41. RGB value is (250,197,65). Sum of RGB (Red+Green+Blue) = 250+197+65=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC541 is #053ABE. Grayscale: #C6C6C6. Windows color (decimal): -342719 or 4310522. OLE color: 4310522.

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

Color convert

RGB 250 197 65 -
CMYK 0 0.21 0.74 0.02
HSL 42.81º 0.95% 0.62% -
HSV(B) 42.81º 0.74% 0.98% -
XYZ 60.34 60.64 13.52 -
YUV 197.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 250 197 65 0 0.21 0.74 0.02 42.81 0.95 0.62
Hex FA C5 41 0 15 4A 2 2B 5F 3E
Octal 372 305 101 0 25 112 2 53 137 76
Binary 11111010 11000101 1000001 0 10101 1001010 10 101011 1011111 111110

Color Harmonies of #FAC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC541

Black with #FAC541

Text Example


Text Example

White with #FAC541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC541; }

 p { color: rgb(250,197,65); }

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

background-color css

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

 a { background-color: rgb(250,197,65); }

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

border-color css

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

 span { border-color: rgb(250,197,65); }

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