Html Css Color HEX #FAC53C Sunglow

📋 copy color: '#FAC53C'

red 250 ◦ green 197 ◦ blue 60

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

Shades of Sunglow #FAC53C

Tints of Sunglow #FAC53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.83%

R = 49.31%
G = 38.86%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC53C (or 0xFAC53C) is known color: Sunglow. HEX triplet: FA, C5 and 3C. RGB value is (250,197,60). Sum of RGB (Red+Green+Blue) = 250+197+60=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC53C is #053AC3. Grayscale: #C5C5C5. Windows color (decimal): -342724 or 3982842. OLE color: 3982842.

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

Color convert

RGB 250 197 60 -
CMYK 0 0.21 0.76 0.02
HSL 43.26º 0.95% 0.61% -
HSV(B) 43.26º 0.76% 0.98% -
XYZ 60.21 60.58 12.8 -
YUV 197.23 50.56 165.64 -
System Red Green Blue C M Y K H S L
Decimal 250 197 60 0 0.21 0.76 0.02 43.26 0.95 0.61
Hex FA C5 3C 0 15 4C 2 2B 5F 3D
Octal 372 305 74 0 25 114 2 53 137 75
Binary 11111010 11000101 111100 0 10101 1001100 10 101011 1011111 111101

Color Harmonies of #FAC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC53C

Black with #FAC53C

Text Example


Text Example

White with #FAC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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