Html Css Color HEX #F1BA54 Ronchi

📋 copy color: '#F1BA54'

red 241 ◦ green 186 ◦ blue 84

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

Shades of Ronchi #F1BA54

Tints of Ronchi #F1BA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.44%

R = 47.16%
G = 36.4%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1BA54 (or 0xF1BA54) is known color: Ronchi. HEX triplet: F1, BA and 54. RGB value is (241,186,84). Sum of RGB (Red+Green+Blue) = 241+186+84=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA54 is #0E45AB. Grayscale: #BFBFBF. Windows color (decimal): -935340 or 5552881. OLE color: 5552881.

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

Color convert

RGB 241 186 84 -
CMYK 0 0.23 0.65 0.05
HSL 38.98º 0.85% 0.64% -
HSV(B) 38.98º 0.65% 0.95% -
XYZ 55.43 54.46 15.98 -
YUV 190.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 241 186 84 0 0.23 0.65 0.05 38.98 0.85 0.64
Hex F1 BA 54 0 17 41 5 27 55 40
Octal 361 272 124 0 27 101 5 47 125 100
Binary 11110001 10111010 1010100 0 10111 1000001 101 100111 1010101 1000000

Color Harmonies of #F1BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA54

Black with #F1BA54

Text Example


Text Example

White with #F1BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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