Html Css Color HEX #FAC73A Sunglow

📋 copy color: '#FAC73A'

red 250 ◦ green 199 ◦ blue 58

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

Shades of Sunglow #FAC73A

Tints of Sunglow #FAC73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.44%

R = 49.31%
G = 39.25%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAC73A (or 0xFAC73A) is known color: Sunglow. HEX triplet: FA, C7 and 3A. RGB value is (250,199,58). Sum of RGB (Red+Green+Blue) = 250+199+58=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC73A is #0538C5. Grayscale: #C6C6C6. Windows color (decimal): -342214 or 3852282. OLE color: 3852282.

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

Color convert

RGB 250 199 58 -
CMYK 0 0.20 0.77 0.02
HSL 44.06º 0.95% 0.6% -
HSV(B) 44.06º 0.77% 0.98% -
XYZ 60.61 61.48 12.67 -
YUV 198.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 250 199 58 0 0.20 0.77 0.02 44.06 0.95 0.6
Hex FA C7 3A 0 14 4D 2 2C 5F 3C
Octal 372 307 72 0 24 115 2 54 137 74
Binary 11111010 11000111 111010 0 10100 1001101 10 101100 1011111 111100

Color Harmonies of #FAC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC73A

Black with #FAC73A

Text Example


Text Example

White with #FAC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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