Html Css Color HEX #FAC542 Sunglow

📋 copy color: '#FAC542'

red 250 ◦ green 197 ◦ blue 66

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

Shades of Sunglow #FAC542

Tints of Sunglow #FAC542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.4%

 BLUE value IS 66 (26.17% from 255) = 12.87%

R = 48.73%
G = 38.4%
B = 12.87%

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

#FAC542 (or 0xFAC542) is known color: Sunglow. HEX triplet: FA, C5 and 42. RGB value is (250,197,66). Sum of RGB (Red+Green+Blue) = 250+197+66=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC542 is #053ABD. Grayscale: #C6C6C6. Windows color (decimal): -342718 or 4376058. OLE color: 4376058.

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

Color convert

RGB 250 197 66 -
CMYK 0 0.21 0.74 0.02
HSL 42.72º 0.95% 0.62% -
HSV(B) 42.72º 0.74% 0.98% -
XYZ 60.37 60.65 13.68 -
YUV 197.91 53.56 165.15 -
System Red Green Blue C M Y K H S L
Decimal 250 197 66 0 0.21 0.74 0.02 42.72 0.95 0.62
Hex FA C5 42 0 15 4A 2 2B 5F 3E
Octal 372 305 102 0 25 112 2 53 137 76
Binary 11111010 11000101 1000010 0 10101 1001010 10 101011 1011111 111110

Color Harmonies of #FAC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC542

Black with #FAC542

Text Example


Text Example

White with #FAC542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC542; }

 p { color: rgb(250,197,66); }

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

background-color css

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

 a { background-color: rgb(250,197,66); }

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

border-color css

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

 span { border-color: rgb(250,197,66); }

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