Html Css Color HEX #FAC041 Supernova

📋 copy color: '#FAC041'

red 250 ◦ green 192 ◦ blue 65

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

Shades of Supernova #FAC041

Tints of Supernova #FAC041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.87%

 BLUE value IS 65 (25.78% from 255) = 12.82%

R = 49.31%
G = 37.87%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAC041 (or 0xFAC041) is known color: Supernova. HEX triplet: FA, C0 and 41. RGB value is (250,192,65). Sum of RGB (Red+Green+Blue) = 250+192+65=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC041 is #053FBE. Grayscale: #C3C3C3. Windows color (decimal): -343999 or 4309242. OLE color: 4309242.

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

Color convert

RGB 250 192 65 -
CMYK 0 0.23 0.74 0.02
HSL 41.19º 0.95% 0.62% -
HSV(B) 41.19º 0.74% 0.98% -
XYZ 59.23 58.4 13.15 -
YUV 194.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 250 192 65 0 0.23 0.74 0.02 41.19 0.95 0.62
Hex FA C0 41 0 17 4A 2 29 5F 3E
Octal 372 300 101 0 27 112 2 51 137 76
Binary 11111010 11000000 1000001 0 10111 1001010 10 101001 1011111 111110

Color Harmonies of #FAC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC041

Black with #FAC041

Text Example


Text Example

White with #FAC041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC041; }

 p { color: rgb(250,192,65); }

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

background-color css

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

 a { background-color: rgb(250,192,65); }

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

border-color css

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

 span { border-color: rgb(250,192,65); }

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