Html Css Color HEX #F1B954 Ronchi

📋 copy color: '#F1B954'

red 241 ◦ green 185 ◦ blue 84

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

Shades of Ronchi #F1B954

Tints of Ronchi #F1B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

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

R = 47.25%
G = 36.27%
B = 16.47%

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

#F1B954 (or 0xF1B954) is known color: Ronchi. HEX triplet: F1, B9 and 54. RGB value is (241,185,84). Sum of RGB (Red+Green+Blue) = 241+185+84=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B954 is #0E46AB. Grayscale: #BEBEBE. Windows color (decimal): -935596 or 5552625. OLE color: 5552625.

HSL color Cylindrical-coordinate representation of color #F1B954: hue angle of 38.6º 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 #F1B954 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 185 84 -
CMYK 0 0.23 0.65 0.05
HSL 38.6º 0.85% 0.64% -
HSV(B) 38.6º 0.65% 0.95% -
XYZ 55.22 54.04 15.91 -
YUV 190.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 241 185 84 0 0.23 0.65 0.05 38.6 0.85 0.64
Hex F1 B9 54 0 17 41 5 27 55 40
Octal 361 271 124 0 27 101 5 47 125 100
Binary 11110001 10111001 1010100 0 10111 1000001 101 100111 1010101 1000000

Color Harmonies of #F1B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B954

Black with #F1B954

Text Example


Text Example

White with #F1B954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B954; }

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

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

background-color css

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

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

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

border-color css

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

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

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