Html Css Color HEX #FAC53E Sunglow

📋 copy color: '#FAC53E'

red 250 ◦ green 197 ◦ blue 62

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

Shades of Sunglow #FAC53E

Tints of Sunglow #FAC53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.18%

R = 49.12%
G = 38.7%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAC53E (or 0xFAC53E) is known color: Sunglow. HEX triplet: FA, C5 and 3E. RGB value is (250,197,62). Sum of RGB (Red+Green+Blue) = 250+197+62=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC53E is #053AC1. Grayscale: #C6C6C6. Windows color (decimal): -342722 or 4113914. OLE color: 4113914.

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

Color convert

RGB 250 197 62 -
CMYK 0 0.21 0.75 0.02
HSL 43.09º 0.95% 0.61% -
HSV(B) 43.09º 0.75% 0.98% -
XYZ 60.26 60.6 13.08 -
YUV 197.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 250 197 62 0 0.21 0.75 0.02 43.09 0.95 0.61
Hex FA C5 3E 0 15 4B 2 2B 5F 3D
Octal 372 305 76 0 25 113 2 53 137 75
Binary 11111010 11000101 111110 0 10101 1001011 10 101011 1011111 111101

Color Harmonies of #FAC53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC53E

Black with #FAC53E

Text Example


Text Example

White with #FAC53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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