Html Css Color HEX #F0A350 Sunshade

📋 copy color: '#F0A350'

red 240 ◦ green 163 ◦ blue 80

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

Shades of Sunshade #F0A350

Tints of Sunshade #F0A350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 49.69%
G = 33.75%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0A350 (or 0xF0A350) is known color: Sunshade. HEX triplet: F0, A3 and 50. RGB value is (240,163,80). Sum of RGB (Red+Green+Blue) = 240+163+80=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A350 is #0F5CAF. Grayscale: #B0B0B0. Windows color (decimal): -1006768 or 5284848. OLE color: 5284848.

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

Color convert

RGB 240 163 80 -
CMYK 0 0.32 0.67 0.06
HSL 31.13º 0.84% 0.63% -
HSV(B) 31.13º 0.67% 0.94% -
XYZ 50.48 45.3 13.67 -
YUV 176.56 73.51 173.25 -
System Red Green Blue C M Y K H S L
Decimal 240 163 80 0 0.32 0.67 0.06 31.13 0.84 0.63
Hex F0 A3 50 0 20 43 6 1F 54 3F
Octal 360 243 120 0 40 103 6 37 124 77
Binary 11110000 10100011 1010000 0 100000 1000011 110 11111 1010100 111111

Color Harmonies of #F0A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A350

Black with #F0A350

Text Example


Text Example

White with #F0A350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A350; }

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

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

background-color css

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

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

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

border-color css

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

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

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