Html Css Color HEX #F0B94E Ronchi

📋 copy color: '#F0B94E'

red 240 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #F0B94E

Tints of Ronchi #F0B94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.51%

R = 47.71%
G = 36.78%
B = 15.51%

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

#F0B94E (or 0xF0B94E) is known color: Ronchi. HEX triplet: F0, B9 and 4E. RGB value is (240,185,78). Sum of RGB (Red+Green+Blue) = 240+185+78=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B94E is #0F46B1. Grayscale: #BDBDBD. Windows color (decimal): -1001138 or 5159408. OLE color: 5159408.

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

Color convert

RGB 240 185 78 -
CMYK 0 0.23 0.68 0.06
HSL 39.63º 0.84% 0.62% -
HSV(B) 39.63º 0.68% 0.94% -
XYZ 54.66 53.77 14.71 -
YUV 189.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 240 185 78 0 0.23 0.68 0.06 39.63 0.84 0.62
Hex F0 B9 4E 0 17 44 6 28 54 3E
Octal 360 271 116 0 27 104 6 50 124 76
Binary 11110000 10111001 1001110 0 10111 1000100 110 101000 1010100 111110

Color Harmonies of #F0B94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B94E

Black with #F0B94E

Text Example


Text Example

White with #F0B94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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