Html Css Color HEX #FFBA3F Supernova

📋 copy color: '#FFBA3F'

red 255 ◦ green 186 ◦ blue 63

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

Shades of Supernova #FFBA3F

Tints of Supernova #FFBA3F

RGB

 RED value IS 255 (100% from 255) = 50.6%

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

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

R = 50.6%
G = 36.9%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFBA3F (or 0xFFBA3F) is known color: Supernova. HEX triplet: FF, BA and 3F. RGB value is (255,186,63). Sum of RGB (Red+Green+Blue) = 255+186+63=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA3F is #0045C0. Grayscale: #C1C1C1. Windows color (decimal): -17857 or 4176639. OLE color: 4176639.

HSL color Cylindrical-coordinate representation of color #FFBA3F: hue angle of 38.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBA3F is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 186 63 -
CMYK 0 0.27 0.75 0
HSL 38.44º 1% 0.62% -
HSV(B) 38.44º 0.75% 1% -
XYZ 59.7 56.74 12.51 -
YUV 192.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 255 186 63 0 0.27 0.75 0 38.44 1 0.62
Hex FF BA 3F 0 1B 4B 0 26 64 3E
Octal 377 272 77 0 33 113 0 46 144 76
Binary 11111111 10111010 111111 0 11011 1001011 0 100110 1100100 111110

Color Harmonies of #FFBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA3F

Black with #FFBA3F

Text Example


Text Example

White with #FFBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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