Html Css Color HEX #FAC741 Sunglow

📋 copy color: '#FAC741'

red 250 ◦ green 199 ◦ blue 65

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

Shades of Sunglow #FAC741

Tints of Sunglow #FAC741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.65%

R = 48.64%
G = 38.72%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC741 (or 0xFAC741) is known color: Sunglow. HEX triplet: FA, C7 and 41. RGB value is (250,199,65). Sum of RGB (Red+Green+Blue) = 250+199+65=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC741 is #0538BE. Grayscale: #C7C7C7. Windows color (decimal): -342207 or 4311034. OLE color: 4311034.

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

Color convert

RGB 250 199 65 -
CMYK 0 0.20 0.74 0.02
HSL 43.46º 0.95% 0.62% -
HSV(B) 43.46º 0.74% 0.98% -
XYZ 60.8 61.55 13.68 -
YUV 198.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 250 199 65 0 0.20 0.74 0.02 43.46 0.95 0.62
Hex FA C7 41 0 14 4A 2 2B 5F 3E
Octal 372 307 101 0 24 112 2 53 137 76
Binary 11111010 11000111 1000001 0 10100 1001010 10 101011 1011111 111110

Color Harmonies of #FAC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC741

Black with #FAC741

Text Example


Text Example

White with #FAC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC741; }

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

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

background-color css

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

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

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

border-color css

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

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

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