Html Css Color HEX #FAC641 Sunglow

📋 copy color: '#FAC641'

red 250 ◦ green 198 ◦ blue 65

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

Shades of Sunglow #FAC641

Tints of Sunglow #FAC641

RGB

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

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

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

R = 48.73%
G = 38.6%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC641 (or 0xFAC641) is known color: Sunglow. HEX triplet: FA, C6 and 41. RGB value is (250,198,65). Sum of RGB (Red+Green+Blue) = 250+198+65=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC641 is #0539BE. Grayscale: #C6C6C6. Windows color (decimal): -342463 or 4310778. OLE color: 4310778.

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

Color convert

RGB 250 198 65 -
CMYK 0 0.21 0.74 0.02
HSL 43.14º 0.95% 0.62% -
HSV(B) 43.14º 0.74% 0.98% -
XYZ 60.57 61.09 13.6 -
YUV 198.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 250 198 65 0 0.21 0.74 0.02 43.14 0.95 0.62
Hex FA C6 41 0 15 4A 2 2B 5F 3E
Octal 372 306 101 0 25 112 2 53 137 76
Binary 11111010 11000110 1000001 0 10101 1001010 10 101011 1011111 111110

Color Harmonies of #FAC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC641

Black with #FAC641

Text Example


Text Example

White with #FAC641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC641; }

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

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

background-color css

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

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

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

border-color css

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

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

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