Html Css Color HEX #FAC341 Sunglow

📋 copy color: '#FAC341'

red 250 ◦ green 195 ◦ blue 65

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

Shades of Sunglow #FAC341

Tints of Sunglow #FAC341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

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

R = 49.02%
G = 38.24%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC341 (or 0xFAC341) is known color: Sunglow. HEX triplet: FA, C3 and 41. RGB value is (250,195,65). Sum of RGB (Red+Green+Blue) = 250+195+65=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC341 is #053CBE. Grayscale: #C5C5C5. Windows color (decimal): -343231 or 4310010. OLE color: 4310010.

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

Color convert

RGB 250 195 65 -
CMYK 0 0.22 0.74 0.02
HSL 42.16º 0.95% 0.62% -
HSV(B) 42.16º 0.74% 0.98% -
XYZ 59.89 59.74 13.37 -
YUV 196.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 250 195 65 0 0.22 0.74 0.02 42.16 0.95 0.62
Hex FA C3 41 0 16 4A 2 2A 5F 3E
Octal 372 303 101 0 26 112 2 52 137 76
Binary 11111010 11000011 1000001 0 10110 1001010 10 101010 1011111 111110

Color Harmonies of #FAC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC341

Black with #FAC341

Text Example


Text Example

White with #FAC341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC341; }

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

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

background-color css

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

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

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

border-color css

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

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

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