Html Css Color HEX #F1B952 Ronchi

📋 copy color: '#F1B952'

red 241 ◦ green 185 ◦ blue 82

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

Shades of Ronchi #F1B952

Tints of Ronchi #F1B952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.14%

R = 47.44%
G = 36.42%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1B952 (or 0xF1B952) is known color: Ronchi. HEX triplet: F1, B9 and 52. RGB value is (241,185,82). Sum of RGB (Red+Green+Blue) = 241+185+82=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B952 is #0E46AD. Grayscale: #BEBEBE. Windows color (decimal): -935598 or 5421553. OLE color: 5421553.

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

Color convert

RGB 241 185 82 -
CMYK 0 0.23 0.66 0.05
HSL 38.87º 0.85% 0.63% -
HSV(B) 38.87º 0.66% 0.95% -
XYZ 55.15 54.01 15.5 -
YUV 190 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 241 185 82 0 0.23 0.66 0.05 38.87 0.85 0.63
Hex F1 B9 52 0 17 42 5 27 55 3F
Octal 361 271 122 0 27 102 5 47 125 77
Binary 11110001 10111001 1010010 0 10111 1000010 101 100111 1010101 111111

Color Harmonies of #F1B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B952

Black with #F1B952

Text Example


Text Example

White with #F1B952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B952; }

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

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

background-color css

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

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

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

border-color css

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

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

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