Html Css Color HEX #F0BA4D Ronchi

📋 copy color: '#F0BA4D'

red 240 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #F0BA4D

Tints of Ronchi #F0BA4D

RGB

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

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

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

R = 47.71%
G = 36.98%
B = 15.31%

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

#F0BA4D (or 0xF0BA4D) is known color: Ronchi. HEX triplet: F0, BA and 4D. RGB value is (240,186,77). Sum of RGB (Red+Green+Blue) = 240+186+77=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA4D is #0F45B2. Grayscale: #BEBEBE. Windows color (decimal): -1000883 or 5094128. OLE color: 5094128.

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

Color convert

RGB 240 186 77 -
CMYK 0 0.22 0.68 0.06
HSL 40.12º 0.84% 0.62% -
HSV(B) 40.12º 0.68% 0.94% -
XYZ 54.83 54.18 14.59 -
YUV 189.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 240 186 77 0 0.22 0.68 0.06 40.12 0.84 0.62
Hex F0 BA 4D 0 16 44 6 28 54 3E
Octal 360 272 115 0 26 104 6 50 124 76
Binary 11110000 10111010 1001101 0 10110 1000100 110 101000 1010100 111110

Color Harmonies of #F0BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA4D

Black with #F0BA4D

Text Example


Text Example

White with #F0BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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