Html Css Color HEX #FAB740 Supernova

📋 copy color: '#FAB740'

red 250 ◦ green 183 ◦ blue 64

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

Shades of Supernova #FAB740

Tints of Supernova #FAB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.82%

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

R = 50.3%
G = 36.82%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB740 (or 0xFAB740) is known color: Supernova. HEX triplet: FA, B7 and 40. RGB value is (250,183,64). Sum of RGB (Red+Green+Blue) = 250+183+64=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB740 is #0548BF. Grayscale: #BEBEBE. Windows color (decimal): -346304 or 4241402. OLE color: 4241402.

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

Color convert

RGB 250 183 64 -
CMYK 0 0.27 0.74 0.02
HSL 38.39º 0.95% 0.62% -
HSV(B) 38.39º 0.74% 0.98% -
XYZ 57.28 54.56 12.36 -
YUV 189.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 250 183 64 0 0.27 0.74 0.02 38.39 0.95 0.62
Hex FA B7 40 0 1B 4A 2 26 5F 3E
Octal 372 267 100 0 33 112 2 46 137 76
Binary 11111010 10110111 1000000 0 11011 1001010 10 100110 1011111 111110

Color Harmonies of #FAB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB740

Black with #FAB740

Text Example


Text Example

White with #FAB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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