Html Css Color HEX #F2B848 Ronchi

📋 copy color: '#F2B848'

red 242 ◦ green 184 ◦ blue 72

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

Shades of Ronchi #F2B848

Tints of Ronchi #F2B848

RGB

 RED value IS 242 (94.92% from 255) = 48.59%

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

 BLUE value IS 72 (28.52% from 255) = 14.46%

R = 48.59%
G = 36.95%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2B848 (or 0xF2B848) is known color: Ronchi. HEX triplet: F2, B8 and 48. RGB value is (242,184,72). Sum of RGB (Red+Green+Blue) = 242+184+72=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B848 is #0D47B7. Grayscale: #BDBDBD. Windows color (decimal): -870328 or 4765938. OLE color: 4765938.

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

Color convert

RGB 242 184 72 -
CMYK 0 0.24 0.70 0.05
HSL 39.53º 0.87% 0.62% -
HSV(B) 39.53º 0.7% 0.95% -
XYZ 54.93 53.63 13.59 -
YUV 188.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 242 184 72 0 0.24 0.70 0.05 39.53 0.87 0.62
Hex F2 B8 48 0 18 46 5 28 57 3E
Octal 362 270 110 0 30 106 5 50 127 76
Binary 11110010 10111000 1001000 0 11000 1000110 101 101000 1010111 111110

Color Harmonies of #F2B848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B848

Black with #F2B848

Text Example


Text Example

White with #F2B848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B848; }

 p { color: rgb(242,184,72); }

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

background-color css

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

 a { background-color: rgb(242,184,72); }

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

border-color css

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

 span { border-color: rgb(242,184,72); }

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