Html Css Color HEX #F7BA40 Supernova

📋 copy color: '#F7BA40'

red 247 ◦ green 186 ◦ blue 64

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

Shades of Supernova #F7BA40

Tints of Supernova #F7BA40

RGB

 RED value IS 247 (96.88% from 255) = 49.7%

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 49.7%
G = 37.42%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7BA40 (or 0xF7BA40) is known color: Supernova. HEX triplet: F7, BA and 40. RGB value is (247,186,64). Sum of RGB (Red+Green+Blue) = 247+186+64=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BA40 is #0845BF. Grayscale: #BEBEBE. Windows color (decimal): -542144 or 4242167. OLE color: 4242167.

HSL color Cylindrical-coordinate representation of color #F7BA40: hue angle of 40º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7BA40 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 64 -
CMYK 0 0.25 0.74 0.03
HSL 40º 0.92% 0.61% -
HSV(B) 40º 0.74% 0.97% -
XYZ 56.84 55.26 12.52 -
YUV 190.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 247 186 64 0 0.25 0.74 0.03 40 0.92 0.61
Hex F7 BA 40 0 19 4A 3 28 5C 3D
Octal 367 272 100 0 31 112 3 50 134 75
Binary 11110111 10111010 1000000 0 11001 1001010 11 101000 1011100 111101

Color Harmonies of #F7BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA40

Black with #F7BA40

Text Example


Text Example

White with #F7BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA40; }

 p { color: rgb(247,186,64); }

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

background-color css

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

 a { background-color: rgb(247,186,64); }

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

border-color css

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

 span { border-color: rgb(247,186,64); }

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