Html Css Color HEX #FAC240 Sunglow

📋 copy color: '#FAC240'

red 250 ◦ green 194 ◦ blue 64

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

Shades of Sunglow #FAC240

Tints of Sunglow #FAC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.19%

 BLUE value IS 64 (25.39% from 255) = 12.6%

R = 49.21%
G = 38.19%
B = 12.6%

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

#FAC240 (or 0xFAC240) is known color: Sunglow. HEX triplet: FA, C2 and 40. RGB value is (250,194,64). Sum of RGB (Red+Green+Blue) = 250+194+64=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC240 is #053DBF. Grayscale: #C4C4C4. Windows color (decimal): -343488 or 4244218. OLE color: 4244218.

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

Color convert

RGB 250 194 64 -
CMYK 0 0.22 0.74 0.02
HSL 41.94º 0.95% 0.62% -
HSV(B) 41.94º 0.74% 0.98% -
XYZ 59.64 59.28 13.15 -
YUV 195.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 250 194 64 0 0.22 0.74 0.02 41.94 0.95 0.62
Hex FA C2 40 0 16 4A 2 2A 5F 3E
Octal 372 302 100 0 26 112 2 52 137 76
Binary 11111010 11000010 1000000 0 10110 1001010 10 101010 1011111 111110

Color Harmonies of #FAC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC240

Black with #FAC240

Text Example


Text Example

White with #FAC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC240; }

 p { color: rgb(250,194,64); }

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

background-color css

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

 a { background-color: rgb(250,194,64); }

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

border-color css

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

 span { border-color: rgb(250,194,64); }

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