Html Css Color HEX #FAC942 Sunglow

📋 copy color: '#FAC942'

red 250 ◦ green 201 ◦ blue 66

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

Shades of Sunglow #FAC942

Tints of Sunglow #FAC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

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

R = 48.36%
G = 38.88%
B = 12.77%

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

#FAC942 (or 0xFAC942) is known color: Sunglow. HEX triplet: FA, C9 and 42. RGB value is (250,201,66). Sum of RGB (Red+Green+Blue) = 250+201+66=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC942 is #0536BD. Grayscale: #C8C8C8. Windows color (decimal): -341694 or 4377082. OLE color: 4377082.

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

Color convert

RGB 250 201 66 -
CMYK 0 0.20 0.74 0.02
HSL 44.02º 0.95% 0.62% -
HSV(B) 44.02º 0.74% 0.98% -
XYZ 61.29 62.49 13.99 -
YUV 200.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 250 201 66 0 0.20 0.74 0.02 44.02 0.95 0.62
Hex FA C9 42 0 14 4A 2 2C 5F 3E
Octal 372 311 102 0 24 112 2 54 137 76
Binary 11111010 11001001 1000010 0 10100 1001010 10 101100 1011111 111110

Color Harmonies of #FAC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC942

Black with #FAC942

Text Example


Text Example

White with #FAC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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