Html Css Color HEX #FAC73C Sunglow

📋 copy color: '#FAC73C'

red 250 ◦ green 199 ◦ blue 60

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

Shades of Sunglow #FAC73C

Tints of Sunglow #FAC73C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

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

R = 49.12%
G = 39.1%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC73C (or 0xFAC73C) is known color: Sunglow. HEX triplet: FA, C7 and 3C. RGB value is (250,199,60). Sum of RGB (Red+Green+Blue) = 250+199+60=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC73C is #0538C3. Grayscale: #C7C7C7. Windows color (decimal): -342212 or 3983354. OLE color: 3983354.

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

Color convert

RGB 250 199 60 -
CMYK 0 0.20 0.76 0.02
HSL 43.89º 0.95% 0.61% -
HSV(B) 43.89º 0.76% 0.98% -
XYZ 60.66 61.5 12.95 -
YUV 198.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 250 199 60 0 0.20 0.76 0.02 43.89 0.95 0.61
Hex FA C7 3C 0 14 4C 2 2C 5F 3D
Octal 372 307 74 0 24 114 2 54 137 75
Binary 11111010 11000111 111100 0 10100 1001100 10 101100 1011111 111101

Color Harmonies of #FAC73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC73C

Black with #FAC73C

Text Example


Text Example

White with #FAC73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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