Html Css Color HEX #FAC63C Sunglow

📋 copy color: '#FAC63C'

red 250 ◦ green 198 ◦ blue 60

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

Shades of Sunglow #FAC63C

Tints of Sunglow #FAC63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.98%

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

R = 49.21%
G = 38.98%
B = 11.81%

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

#FAC63C (or 0xFAC63C) is known color: Sunglow. HEX triplet: FA, C6 and 3C. RGB value is (250,198,60). Sum of RGB (Red+Green+Blue) = 250+198+60=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC63C is #0539C3. Grayscale: #C6C6C6. Windows color (decimal): -342468 or 3983098. OLE color: 3983098.

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

Color convert

RGB 250 198 60 -
CMYK 0 0.21 0.76 0.02
HSL 43.58º 0.95% 0.61% -
HSV(B) 43.58º 0.76% 0.98% -
XYZ 60.43 61.04 12.87 -
YUV 197.82 50.23 165.22 -
System Red Green Blue C M Y K H S L
Decimal 250 198 60 0 0.21 0.76 0.02 43.58 0.95 0.61
Hex FA C6 3C 0 15 4C 2 2C 5F 3D
Octal 372 306 74 0 25 114 2 54 137 75
Binary 11111010 11000110 111100 0 10101 1001100 10 101100 1011111 111101

Color Harmonies of #FAC63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC63C

Black with #FAC63C

Text Example


Text Example

White with #FAC63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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