Html Css Color HEX #F7BA3F Supernova

📋 copy color: '#F7BA3F'

red 247 ◦ green 186 ◦ blue 63

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

Shades of Supernova #F7BA3F

Tints of Supernova #F7BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.7%

R = 49.8%
G = 37.5%
B = 12.7%

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

#F7BA3F (or 0xF7BA3F) is known color: Supernova. HEX triplet: F7, BA and 3F. RGB value is (247,186,63). Sum of RGB (Red+Green+Blue) = 247+186+63=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BA3F is #0845C0. Grayscale: #BEBEBE. Windows color (decimal): -542145 or 4176631. OLE color: 4176631.

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

Color convert

RGB 247 186 63 -
CMYK 0 0.25 0.74 0.03
HSL 40.11º 0.92% 0.61% -
HSV(B) 40.11º 0.74% 0.97% -
XYZ 56.81 55.25 12.37 -
YUV 190.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 247 186 63 0 0.25 0.74 0.03 40.11 0.92 0.61
Hex F7 BA 3F 0 19 4A 3 28 5C 3D
Octal 367 272 77 0 31 112 3 50 134 75
Binary 11110111 10111010 111111 0 11001 1001010 11 101000 1011100 111101

Color Harmonies of #F7BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA3F

Black with #F7BA3F

Text Example


Text Example

White with #F7BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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