Html Css Color HEX #FAC53F Sunglow

📋 copy color: '#FAC53F'

red 250 ◦ green 197 ◦ blue 63

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

Shades of Sunglow #FAC53F

Tints of Sunglow #FAC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.35%

R = 49.02%
G = 38.63%
B = 12.35%

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

#FAC53F (or 0xFAC53F) is known color: Sunglow. HEX triplet: FA, C5 and 3F. RGB value is (250,197,63). Sum of RGB (Red+Green+Blue) = 250+197+63=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 63 (25% from 255 or 12.35% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC53F is #053AC0. Grayscale: #C6C6C6. Windows color (decimal): -342721 or 4179450. OLE color: 4179450.

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

Color convert

RGB 250 197 63 -
CMYK 0 0.21 0.75 0.02
HSL 42.99º 0.95% 0.61% -
HSV(B) 42.99º 0.75% 0.98% -
XYZ 60.29 60.62 13.23 -
YUV 197.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 250 197 63 0 0.21 0.75 0.02 42.99 0.95 0.61
Hex FA C5 3F 0 15 4B 2 2B 5F 3D
Octal 372 305 77 0 25 113 2 53 137 75
Binary 11111010 11000101 111111 0 10101 1001011 10 101011 1011111 111101

Color Harmonies of #FAC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC53F

Black with #FAC53F

Text Example


Text Example

White with #FAC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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