Html Css Color HEX #F1BA56 Ronchi

📋 copy color: '#F1BA56'

red 241 ◦ green 186 ◦ blue 86

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

Shades of Ronchi #F1BA56

Tints of Ronchi #F1BA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.76%

R = 46.98%
G = 36.26%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1BA56 (or 0xF1BA56) is known color: Ronchi. HEX triplet: F1, BA and 56. RGB value is (241,186,86). Sum of RGB (Red+Green+Blue) = 241+186+86=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA56 is #0E45A9. Grayscale: #BFBFBF. Windows color (decimal): -935338 or 5683953. OLE color: 5683953.

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

Color convert

RGB 241 186 86 -
CMYK 0 0.23 0.64 0.05
HSL 38.71º 0.85% 0.64% -
HSV(B) 38.71º 0.64% 0.95% -
XYZ 55.51 54.49 16.4 -
YUV 191.05 68.72 163.63 -
System Red Green Blue C M Y K H S L
Decimal 241 186 86 0 0.23 0.64 0.05 38.71 0.85 0.64
Hex F1 BA 56 0 17 40 5 27 55 40
Octal 361 272 126 0 27 100 5 47 125 100
Binary 11110001 10111010 1010110 0 10111 1000000 101 100111 1010101 1000000

Color Harmonies of #F1BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA56

Black with #F1BA56

Text Example


Text Example

White with #F1BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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