Html Css Color HEX #FAC742 Sunglow

📋 copy color: '#FAC742'

red 250 ◦ green 199 ◦ blue 66

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

Shades of Sunglow #FAC742

Tints of Sunglow #FAC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.64%

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

R = 48.54%
G = 38.64%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC742 (or 0xFAC742) is known color: Sunglow. HEX triplet: FA, C7 and 42. RGB value is (250,199,66). Sum of RGB (Red+Green+Blue) = 250+199+66=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC742 is #0538BD. Grayscale: #C7C7C7. Windows color (decimal): -342206 or 4376570. OLE color: 4376570.

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

Color convert

RGB 250 199 66 -
CMYK 0 0.20 0.74 0.02
HSL 43.37º 0.95% 0.62% -
HSV(B) 43.37º 0.74% 0.98% -
XYZ 60.83 61.56 13.83 -
YUV 199.09 52.9 164.31 -
System Red Green Blue C M Y K H S L
Decimal 250 199 66 0 0.20 0.74 0.02 43.37 0.95 0.62
Hex FA C7 42 0 14 4A 2 2B 5F 3E
Octal 372 307 102 0 24 112 2 53 137 76
Binary 11111010 11000111 1000010 0 10100 1001010 10 101011 1011111 111110

Color Harmonies of #FAC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC742

Black with #FAC742

Text Example


Text Example

White with #FAC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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