Html Css Color HEX #F2B950 Ronchi

📋 copy color: '#F2B950'

red 242 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #F2B950

Tints of Ronchi #F2B950

RGB

 RED value IS 242 (94.92% from 255) = 47.73%

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

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

R = 47.73%
G = 36.49%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2B950 (or 0xF2B950) is known color: Ronchi. HEX triplet: F2, B9 and 50. RGB value is (242,185,80). Sum of RGB (Red+Green+Blue) = 242+185+80=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B950 is #0D46AF. Grayscale: #BEBEBE. Windows color (decimal): -870064 or 5290482. OLE color: 5290482.

HSL color Cylindrical-coordinate representation of color #F2B950: hue angle of 38.89º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2B950 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 80 -
CMYK 0 0.24 0.67 0.05
HSL 38.89º 0.86% 0.63% -
HSV(B) 38.89º 0.67% 0.95% -
XYZ 55.41 54.15 15.12 -
YUV 190.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 242 185 80 0 0.24 0.67 0.05 38.89 0.86 0.63
Hex F2 B9 50 0 18 43 5 27 56 3F
Octal 362 271 120 0 30 103 5 47 126 77
Binary 11110010 10111001 1010000 0 11000 1000011 101 100111 1010110 111111

Color Harmonies of #F2B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B950

Black with #F2B950

Text Example


Text Example

White with #F2B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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