Html Css Color HEX #F8BA3F Supernova

📋 copy color: '#F8BA3F'

red 248 ◦ green 186 ◦ blue 63

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

Shades of Supernova #F8BA3F

Tints of Supernova #F8BA3F

RGB

 RED value IS 248 (97.27% from 255) = 49.9%

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

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

R = 49.9%
G = 37.42%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8BA3F (or 0xF8BA3F) is known color: Supernova. HEX triplet: F8, BA and 3F. RGB value is (248,186,63). Sum of RGB (Red+Green+Blue) = 248+186+63=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA3F is #0745C0. Grayscale: #BFBFBF. Windows color (decimal): -476609 or 4176632. OLE color: 4176632.

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

Color convert

RGB 248 186 63 -
CMYK 0 0.25 0.75 0.03
HSL 39.89º 0.93% 0.61% -
HSV(B) 39.89º 0.75% 0.97% -
XYZ 57.17 55.43 12.39 -
YUV 190.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 248 186 63 0 0.25 0.75 0.03 39.89 0.93 0.61
Hex F8 BA 3F 0 19 4B 3 28 5D 3D
Octal 370 272 77 0 31 113 3 50 135 75
Binary 11111000 10111010 111111 0 11001 1001011 11 101000 1011101 111101

Color Harmonies of #F8BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA3F

Black with #F8BA3F

Text Example


Text Example

White with #F8BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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