Html Css Color HEX #F9BA34 Supernova

📋 copy color: '#F9BA34'

red 249 ◦ green 186 ◦ blue 52

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

Shades of Supernova #F9BA34

Tints of Supernova #F9BA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.68%

R = 51.13%
G = 38.19%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F9BA34 (or 0xF9BA34) is known color: Supernova. HEX triplet: F9, BA and 34. RGB value is (249,186,52). Sum of RGB (Red+Green+Blue) = 249+186+52=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA34 is #0645CB. Grayscale: #BEBEBE. Windows color (decimal): -411084 or 3455737. OLE color: 3455737.

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

Color convert

RGB 249 186 52 -
CMYK 0 0.25 0.79 0.02
HSL 40.81º 0.94% 0.59% -
HSV(B) 40.81º 0.79% 0.98% -
XYZ 57.25 55.51 10.95 -
YUV 189.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 249 186 52 0 0.25 0.79 0.02 40.81 0.94 0.59
Hex F9 BA 34 0 19 4F 2 29 5E 3B
Octal 371 272 64 0 31 117 2 51 136 73
Binary 11111001 10111010 110100 0 11001 1001111 10 101001 1011110 111011

Color Harmonies of #F9BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA34

Black with #F9BA34

Text Example


Text Example

White with #F9BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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