Html Css Color HEX #FAC340 Sunglow

📋 copy color: '#FAC340'

red 250 ◦ green 195 ◦ blue 64

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

Shades of Sunglow #FAC340

Tints of Sunglow #FAC340

RGB

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

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

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

R = 49.12%
G = 38.31%
B = 12.57%

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

#FAC340 (or 0xFAC340) is known color: Sunglow. HEX triplet: FA, C3 and 40. RGB value is (250,195,64). Sum of RGB (Red+Green+Blue) = 250+195+64=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC340 is #053CBF. Grayscale: #C5C5C5. Windows color (decimal): -343232 or 4244474. OLE color: 4244474.

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

Color convert

RGB 250 195 64 -
CMYK 0 0.22 0.74 0.02
HSL 42.26º 0.95% 0.62% -
HSV(B) 42.26º 0.74% 0.98% -
XYZ 59.86 59.72 13.22 -
YUV 196.51 53.22 166.15 -
System Red Green Blue C M Y K H S L
Decimal 250 195 64 0 0.22 0.74 0.02 42.26 0.95 0.62
Hex FA C3 40 0 16 4A 2 2A 5F 3E
Octal 372 303 100 0 26 112 2 52 137 76
Binary 11111010 11000011 1000000 0 10110 1001010 10 101010 1011111 111110

Color Harmonies of #FAC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC340

Black with #FAC340

Text Example


Text Example

White with #FAC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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