Html Css Color HEX #F1BC5D Ronchi

📋 copy color: '#F1BC5D'

red 241 ◦ green 188 ◦ blue 93

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

Shades of Ronchi #F1BC5D

Tints of Ronchi #F1BC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 46.17%
G = 36.02%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1BC5D (or 0xF1BC5D) is known color: Ronchi. HEX triplet: F1, BC and 5D. RGB value is (241,188,93). Sum of RGB (Red+Green+Blue) = 241+188+93=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC5D is #0E43A2. Grayscale: #C1C1C1. Windows color (decimal): -934819 or 6143217. OLE color: 6143217.

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

Color convert

RGB 241 188 93 -
CMYK 0 0.22 0.61 0.05
HSL 38.51º 0.84% 0.65% -
HSV(B) 38.51º 0.61% 0.95% -
XYZ 56.23 55.46 18.1 -
YUV 193.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 241 188 93 0 0.22 0.61 0.05 38.51 0.84 0.65
Hex F1 BC 5D 0 16 3D 5 27 54 41
Octal 361 274 135 0 26 75 5 47 124 101
Binary 11110001 10111100 1011101 0 10110 111101 101 100111 1010100 1000001

Color Harmonies of #F1BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC5D

Black with #F1BC5D

Text Example


Text Example

White with #F1BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC5D; }

 p { color: rgb(241,188,93); }

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

background-color css

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

 a { background-color: rgb(241,188,93); }

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

border-color css

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

 span { border-color: rgb(241,188,93); }

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