Html Css Color HEX #FAC140 Supernova

📋 copy color: '#FAC140'

red 250 ◦ green 193 ◦ blue 64

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

Shades of Supernova #FAC140

Tints of Supernova #FAC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

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

R = 49.31%
G = 38.07%
B = 12.62%

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

#FAC140 (or 0xFAC140) is known color: Supernova. HEX triplet: FA, C1 and 40. RGB value is (250,193,64). Sum of RGB (Red+Green+Blue) = 250+193+64=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC140 is #053EBF. Grayscale: #C3C3C3. Windows color (decimal): -343744 or 4243962. OLE color: 4243962.

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

Color convert

RGB 250 193 64 -
CMYK 0 0.23 0.74 0.02
HSL 41.61º 0.95% 0.62% -
HSV(B) 41.61º 0.74% 0.98% -
XYZ 59.42 58.83 13.07 -
YUV 195.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 250 193 64 0 0.23 0.74 0.02 41.61 0.95 0.62
Hex FA C1 40 0 17 4A 2 2A 5F 3E
Octal 372 301 100 0 27 112 2 52 137 76
Binary 11111010 11000001 1000000 0 10111 1001010 10 101010 1011111 111110

Color Harmonies of #FAC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC140

Black with #FAC140

Text Example


Text Example

White with #FAC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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