Html Css Color HEX #F8BA3D Supernova

📋 copy color: '#F8BA3D'

red 248 ◦ green 186 ◦ blue 61

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

Shades of Supernova #F8BA3D

Tints of Supernova #F8BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.32%

R = 50.1%
G = 37.58%
B = 12.32%

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

#F8BA3D (or 0xF8BA3D) is known color: Supernova. HEX triplet: F8, BA and 3D. RGB value is (248,186,61). Sum of RGB (Red+Green+Blue) = 248+186+61=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA3D is #0745C2. Grayscale: #BEBEBE. Windows color (decimal): -476611 or 4045560. OLE color: 4045560.

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

Color convert

RGB 248 186 61 -
CMYK 0 0.25 0.75 0.03
HSL 40.11º 0.93% 0.61% -
HSV(B) 40.11º 0.75% 0.97% -
XYZ 57.11 55.41 12.1 -
YUV 190.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 248 186 61 0 0.25 0.75 0.03 40.11 0.93 0.61
Hex F8 BA 3D 0 19 4B 3 28 5D 3D
Octal 370 272 75 0 31 113 3 50 135 75
Binary 11111000 10111010 111101 0 11001 1001011 11 101000 1011101 111101

Color Harmonies of #F8BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA3D

Black with #F8BA3D

Text Example


Text Example

White with #F8BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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