Html Css Color HEX #F0A045 Sunshade

📋 copy color: '#F0A045'

red 240 ◦ green 160 ◦ blue 69

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

Shades of Sunshade #F0A045

Tints of Sunshade #F0A045

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 69 (27.34% from 255) = 14.71%

R = 51.17%
G = 34.12%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0A045 (or 0xF0A045) is known color: Sunshade. HEX triplet: F0, A0 and 45. RGB value is (240,160,69). Sum of RGB (Red+Green+Blue) = 240+160+69=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A045 is #0F5FBA. Grayscale: #ADADAD. Windows color (decimal): -1007547 or 4563184. OLE color: 4563184.

HSL color Cylindrical-coordinate representation of color #F0A045: hue angle of 31.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0A045 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 69 -
CMYK 0 0.33 0.71 0.06
HSL 31.93º 0.85% 0.61% -
HSV(B) 31.93º 0.71% 0.94% -
XYZ 49.58 44.1 11.53 -
YUV 173.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 240 160 69 0 0.33 0.71 0.06 31.93 0.85 0.61
Hex F0 A0 45 0 21 47 6 20 55 3D
Octal 360 240 105 0 41 107 6 40 125 75
Binary 11110000 10100000 1000101 0 100001 1000111 110 100000 1010101 111101

Color Harmonies of #F0A045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A045

Black with #F0A045

Text Example


Text Example

White with #F0A045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A045; }

 p { color: rgb(240,160,69); }

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

background-color css

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

 a { background-color: rgb(240,160,69); }

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

border-color css

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

 span { border-color: rgb(240,160,69); }

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