Html Css Color HEX #F9BF3E Supernova

📋 copy color: '#F9BF3E'

red 249 ◦ green 191 ◦ blue 62

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

Shades of Supernova #F9BF3E

Tints of Supernova #F9BF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 38.05%

 BLUE value IS 62 (24.61% from 255) = 12.35%

R = 49.6%
G = 38.05%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9BF3E (or 0xF9BF3E) is known color: Supernova. HEX triplet: F9, BF and 3E. RGB value is (249,191,62). Sum of RGB (Red+Green+Blue) = 249+191+62=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BF3E is #0640C1. Grayscale: #C2C2C2. Windows color (decimal): -409794 or 4112377. OLE color: 4112377.

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

Color convert

RGB 249 191 62 -
CMYK 0 0.23 0.75 0.02
HSL 41.39º 0.94% 0.61% -
HSV(B) 41.39º 0.75% 0.98% -
XYZ 58.57 57.75 12.62 -
YUV 193.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 249 191 62 0 0.23 0.75 0.02 41.39 0.94 0.61
Hex F9 BF 3E 0 17 4B 2 29 5E 3D
Octal 371 277 76 0 27 113 2 51 136 75
Binary 11111001 10111111 111110 0 10111 1001011 10 101001 1011110 111101

Color Harmonies of #F9BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BF3E

Black with #F9BF3E

Text Example


Text Example

White with #F9BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BF3E; }

 p { color: rgb(249,191,62); }

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

background-color css

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

 a { background-color: rgb(249,191,62); }

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

border-color css

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

 span { border-color: rgb(249,191,62); }

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