Html Css Color HEX #F0B94D Ronchi

📋 copy color: '#F0B94D'

red 240 ◦ green 185 ◦ blue 77

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

Shades of Ronchi #F0B94D

Tints of Ronchi #F0B94D

RGB

 RED value IS 240 (94.14% from 255) = 47.81%

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

 BLUE value IS 77 (30.47% from 255) = 15.34%

R = 47.81%
G = 36.85%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0B94D (or 0xF0B94D) is known color: Ronchi. HEX triplet: F0, B9 and 4D. RGB value is (240,185,77). Sum of RGB (Red+Green+Blue) = 240+185+77=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B94D is #0F46B2. Grayscale: #BDBDBD. Windows color (decimal): -1001139 or 5093872. OLE color: 5093872.

HSL color Cylindrical-coordinate representation of color #F0B94D: hue angle of 39.75º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0B94D is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 185 77 -
CMYK 0 0.23 0.68 0.06
HSL 39.75º 0.84% 0.62% -
HSV(B) 39.75º 0.68% 0.94% -
XYZ 54.62 53.76 14.52 -
YUV 189.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 240 185 77 0 0.23 0.68 0.06 39.75 0.84 0.62
Hex F0 B9 4D 0 17 44 6 28 54 3E
Octal 360 271 115 0 27 104 6 50 124 76
Binary 11110000 10111001 1001101 0 10111 1000100 110 101000 1010100 111110

Color Harmonies of #F0B94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B94D

Black with #F0B94D

Text Example


Text Example

White with #F0B94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B94D; }

 p { color: rgb(240,185,77); }

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

background-color css

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

 a { background-color: rgb(240,185,77); }

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

border-color css

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

 span { border-color: rgb(240,185,77); }

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