Html Css Color HEX #F0BA4E Ronchi

📋 copy color: '#F0BA4E'

red 240 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #F0BA4E

Tints of Ronchi #F0BA4E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

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

R = 47.62%
G = 36.9%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0BA4E (or 0xF0BA4E) is known color: Ronchi. HEX triplet: F0, BA and 4E. RGB value is (240,186,78). Sum of RGB (Red+Green+Blue) = 240+186+78=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA4E is #0F45B1. Grayscale: #BEBEBE. Windows color (decimal): -1000882 or 5159664. OLE color: 5159664.

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

Color convert

RGB 240 186 78 -
CMYK 0 0.22 0.68 0.06
HSL 40º 0.84% 0.62% -
HSV(B) 40º 0.68% 0.94% -
XYZ 54.87 54.19 14.78 -
YUV 189.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 240 186 78 0 0.22 0.68 0.06 40 0.84 0.62
Hex F0 BA 4E 0 16 44 6 28 54 3E
Octal 360 272 116 0 26 104 6 50 124 76
Binary 11110000 10111010 1001110 0 10110 1000100 110 101000 1010100 111110

Color Harmonies of #F0BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA4E

Black with #F0BA4E

Text Example


Text Example

White with #F0BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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