Html Css Color HEX #F6B032 Supernova

📋 copy color: '#F6B032'

red 246 ◦ green 176 ◦ blue 50

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

Shades of Supernova #F6B032

Tints of Supernova #F6B032

RGB

 RED value IS 246 (96.48% from 255) = 52.12%

 GREEN value IS 176 (69.14% from 255) = 37.29%

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 52.12%
G = 37.29%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6B032 (or 0xF6B032) is known color: Supernova. HEX triplet: F6, B0 and 32. RGB value is (246,176,50). Sum of RGB (Red+Green+Blue) = 246+176+50=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6B032 is #094FCD. Grayscale: #B7B7B7. Windows color (decimal): -610254 or 3322102. OLE color: 3322102.

HSL color Cylindrical-coordinate representation of color #F6B032: hue angle of 38.57º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6B032 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 176 50 -
CMYK 0 0.28 0.80 0.04
HSL 38.57º 0.92% 0.58% -
HSV(B) 38.57º 0.8% 0.96% -
XYZ 54.11 50.87 9.99 -
YUV 182.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 246 176 50 0 0.28 0.80 0.04 38.57 0.92 0.58
Hex F6 B0 32 0 1C 50 4 27 5C 3A
Octal 366 260 62 0 34 120 4 47 134 72
Binary 11110110 10110000 110010 0 11100 1010000 100 100111 1011100 111010

Color Harmonies of #F6B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B032

Black with #F6B032

Text Example


Text Example

White with #F6B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B032; }

 p { color: rgb(246,176,50); }

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

background-color css

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

 a { background-color: rgb(246,176,50); }

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

border-color css

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

 span { border-color: rgb(246,176,50); }

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