Html Css Color HEX #FAC73F Sunglow

📋 copy color: '#FAC73F'

red 250 ◦ green 199 ◦ blue 63

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

Shades of Sunglow #FAC73F

Tints of Sunglow #FAC73F

RGB

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

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

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

R = 48.83%
G = 38.87%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAC73F (or 0xFAC73F) is known color: Sunglow. HEX triplet: FA, C7 and 3F. RGB value is (250,199,63). Sum of RGB (Red+Green+Blue) = 250+199+63=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC73F is #0538C0. Grayscale: #C7C7C7. Windows color (decimal): -342209 or 4179962. OLE color: 4179962.

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

Color convert

RGB 250 199 63 -
CMYK 0 0.20 0.75 0.02
HSL 43.64º 0.95% 0.61% -
HSV(B) 43.64º 0.75% 0.98% -
XYZ 60.74 61.53 13.38 -
YUV 198.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 250 199 63 0 0.20 0.75 0.02 43.64 0.95 0.61
Hex FA C7 3F 0 14 4B 2 2C 5F 3D
Octal 372 307 77 0 24 113 2 54 137 75
Binary 11111010 11000111 111111 0 10100 1001011 10 101100 1011111 111101

Color Harmonies of #FAC73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC73F

Black with #FAC73F

Text Example


Text Example

White with #FAC73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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