Html Css Color HEX #F9BA32 Supernova

📋 copy color: '#F9BA32'

red 249 ◦ green 186 ◦ blue 50

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

Shades of Supernova #F9BA32

Tints of Supernova #F9BA32

RGB

 RED value IS 249 (97.66% from 255) = 51.34%

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

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

R = 51.34%
G = 38.35%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9BA32 (or 0xF9BA32) is known color: Supernova. HEX triplet: F9, BA and 32. RGB value is (249,186,50). Sum of RGB (Red+Green+Blue) = 249+186+50=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA32 is #0645CD. Grayscale: #BDBDBD. Windows color (decimal): -411086 or 3324665. OLE color: 3324665.

HSL color Cylindrical-coordinate representation of color #F9BA32: hue angle of 41.01º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9BA32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 186 50 -
CMYK 0 0.25 0.80 0.02
HSL 41.01º 0.94% 0.59% -
HSV(B) 41.01º 0.8% 0.98% -
XYZ 57.2 55.49 10.71 -
YUV 189.33 49.37 170.56 -
System Red Green Blue C M Y K H S L
Decimal 249 186 50 0 0.25 0.80 0.02 41.01 0.94 0.59
Hex F9 BA 32 0 19 50 2 29 5E 3B
Octal 371 272 62 0 31 120 2 51 136 73
Binary 11111001 10111010 110010 0 11001 1010000 10 101001 1011110 111011

Color Harmonies of #F9BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA32

Black with #F9BA32

Text Example


Text Example

White with #F9BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA32; }

 p { color: rgb(249,186,50); }

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

background-color css

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

 a { background-color: rgb(249,186,50); }

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

border-color css

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

 span { border-color: rgb(249,186,50); }

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