Html Css Color HEX #F0B950 Ronchi

📋 copy color: '#F0B950'

red 240 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #F0B950

Tints of Ronchi #F0B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.84%

R = 47.52%
G = 36.63%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0B950 (or 0xF0B950) is known color: Ronchi. HEX triplet: F0, B9 and 50. RGB value is (240,185,80). Sum of RGB (Red+Green+Blue) = 240+185+80=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B950 is #0F46AF. Grayscale: #BDBDBD. Windows color (decimal): -1001136 or 5290480. OLE color: 5290480.

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

Color convert

RGB 240 185 80 -
CMYK 0 0.23 0.67 0.06
HSL 39.38º 0.84% 0.63% -
HSV(B) 39.38º 0.67% 0.94% -
XYZ 54.73 53.8 15.09 -
YUV 189.48 66.22 164.04 -
System Red Green Blue C M Y K H S L
Decimal 240 185 80 0 0.23 0.67 0.06 39.38 0.84 0.63
Hex F0 B9 50 0 17 43 6 27 54 3F
Octal 360 271 120 0 27 103 6 47 124 77
Binary 11110000 10111001 1010000 0 10111 1000011 110 100111 1010100 111111

Color Harmonies of #F0B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B950

Black with #F0B950

Text Example


Text Example

White with #F0B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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