Html Css Color HEX #FAC840 Sunglow

📋 copy color: '#FAC840'

red 250 ◦ green 200 ◦ blue 64

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

Shades of Sunglow #FAC840

Tints of Sunglow #FAC840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

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

R = 48.64%
G = 38.91%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC840 (or 0xFAC840) is known color: Sunglow. HEX triplet: FA, C8 and 40. RGB value is (250,200,64). Sum of RGB (Red+Green+Blue) = 250+200+64=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC840 is #0537BF. Grayscale: #C8C8C8. Windows color (decimal): -341952 or 4245754. OLE color: 4245754.

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

Color convert

RGB 250 200 64 -
CMYK 0 0.2 0.74 0.02
HSL 43.87º 0.95% 0.62% -
HSV(B) 43.87º 0.74% 0.98% -
XYZ 61 62 13.6 -
YUV 199.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 250 200 64 0 0.2 0.74 0.02 43.87 0.95 0.62
Hex FA C8 40 0 14 4A 2 2C 5F 3E
Octal 372 310 100 0 24 112 2 54 137 76
Binary 11111010 11001000 1000000 0 10100 1001010 10 101100 1011111 111110

Color Harmonies of #FAC840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC840

Black with #FAC840

Text Example


Text Example

White with #FAC840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC840; }

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

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

background-color css

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

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

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

border-color css

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

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

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