Html Css Color HEX #F1BA58 Ronchi

📋 copy color: '#F1BA58'

red 241 ◦ green 186 ◦ blue 88

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

Shades of Ronchi #F1BA58

Tints of Ronchi #F1BA58

RGB

 RED value IS 241 (94.53% from 255) = 46.8%

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

 BLUE value IS 88 (34.77% from 255) = 17.09%

R = 46.8%
G = 36.12%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1BA58 (or 0xF1BA58) is known color: Ronchi. HEX triplet: F1, BA and 58. RGB value is (241,186,88). Sum of RGB (Red+Green+Blue) = 241+186+88=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA58 is #0E45A7. Grayscale: #BFBFBF. Windows color (decimal): -935336 or 5815025. OLE color: 5815025.

HSL color Cylindrical-coordinate representation of color #F1BA58: hue angle of 38.43º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1BA58 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 88 -
CMYK 0 0.23 0.63 0.05
HSL 38.43º 0.85% 0.65% -
HSV(B) 38.43º 0.63% 0.95% -
XYZ 55.6 54.52 16.83 -
YUV 191.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 241 186 88 0 0.23 0.63 0.05 38.43 0.85 0.65
Hex F1 BA 58 0 17 3F 5 26 55 41
Octal 361 272 130 0 27 77 5 46 125 101
Binary 11110001 10111010 1011000 0 10111 111111 101 100110 1010101 1000001

Color Harmonies of #F1BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA58

Black with #F1BA58

Text Example


Text Example

White with #F1BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA58; }

 p { color: rgb(241,186,88); }

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

background-color css

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

 a { background-color: rgb(241,186,88); }

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

border-color css

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

 span { border-color: rgb(241,186,88); }

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