Html Css Color HEX #F1B84A Ronchi

📋 copy color: '#F1B84A'

red 241 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #F1B84A

Tints of Ronchi #F1B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.87%

 BLUE value IS 74 (29.3% from 255) = 14.83%

R = 48.3%
G = 36.87%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1B84A (or 0xF1B84A) is known color: Ronchi. HEX triplet: F1, B8 and 4A. RGB value is (241,184,74). Sum of RGB (Red+Green+Blue) = 241+184+74=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B84A is #0E47B5. Grayscale: #BDBDBD. Windows color (decimal): -935862 or 4897009. OLE color: 4897009.

HSL color Cylindrical-coordinate representation of color #F1B84A: hue angle of 39.52º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1B84A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 184 74 -
CMYK 0 0.24 0.69 0.05
HSL 39.52º 0.86% 0.62% -
HSV(B) 39.52º 0.69% 0.95% -
XYZ 54.65 53.48 13.92 -
YUV 188.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 241 184 74 0 0.24 0.69 0.05 39.52 0.86 0.62
Hex F1 B8 4A 0 18 45 5 28 56 3E
Octal 361 270 112 0 30 105 5 50 126 76
Binary 11110001 10111000 1001010 0 11000 1000101 101 101000 1010110 111110

Color Harmonies of #F1B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B84A

Black with #F1B84A

Text Example


Text Example

White with #F1B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B84A; }

 p { color: rgb(241,184,74); }

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

background-color css

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

 a { background-color: rgb(241,184,74); }

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

border-color css

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

 span { border-color: rgb(241,184,74); }

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