Html Css Color HEX #FFBF3B Supernova

📋 copy color: '#FFBF3B'

red 255 ◦ green 191 ◦ blue 59

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

Shades of Supernova #FFBF3B

Tints of Supernova #FFBF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.68%

R = 50.5%
G = 37.82%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFBF3B (or 0xFFBF3B) is known color: Supernova. HEX triplet: FF, BF and 3B. RGB value is (255,191,59). Sum of RGB (Red+Green+Blue) = 255+191+59=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF3B is #0040C4. Grayscale: #C3C3C3. Windows color (decimal): -16581 or 3915775. OLE color: 3915775.

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

Color convert

RGB 255 191 59 -
CMYK 0 0.25 0.77 0
HSL 40.41º 1% 0.62% -
HSV(B) 40.41º 0.77% 1% -
XYZ 60.66 58.84 12.3 -
YUV 195.09 51.2 170.73 -
System Red Green Blue C M Y K H S L
Decimal 255 191 59 0 0.25 0.77 0 40.41 1 0.62
Hex FF BF 3B 0 19 4D 0 28 64 3E
Octal 377 277 73 0 31 115 0 50 144 76
Binary 11111111 10111111 111011 0 11001 1001101 0 101000 1100100 111110

Color Harmonies of #FFBF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF3B

Black with #FFBF3B

Text Example


Text Example

White with #FFBF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF3B; }

 p { color: rgb(255,191,59); }

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

background-color css

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

 a { background-color: rgb(255,191,59); }

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

border-color css

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

 span { border-color: rgb(255,191,59); }

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