Html Css Color HEX #F0A348 Sunshade

📋 copy color: '#F0A348'

red 240 ◦ green 163 ◦ blue 72

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

Shades of Sunshade #F0A348

Tints of Sunshade #F0A348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 50.53%
G = 34.32%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F0A348 (or 0xF0A348) is known color: Sunshade. HEX triplet: F0, A3 and 48. RGB value is (240,163,72). Sum of RGB (Red+Green+Blue) = 240+163+72=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A348 is #0F5CB7. Grayscale: #B0B0B0. Windows color (decimal): -1006776 or 4760560. OLE color: 4760560.

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

Color convert

RGB 240 163 72 -
CMYK 0 0.32 0.7 0.06
HSL 32.5º 0.85% 0.61% -
HSV(B) 32.5º 0.7% 0.94% -
XYZ 50.2 45.19 12.21 -
YUV 175.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 240 163 72 0 0.32 0.7 0.06 32.5 0.85 0.61
Hex F0 A3 48 0 20 46 6 20 55 3D
Octal 360 243 110 0 40 106 6 40 125 75
Binary 11110000 10100011 1001000 0 100000 1000110 110 100000 1010101 111101

Color Harmonies of #F0A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A348

Black with #F0A348

Text Example


Text Example

White with #F0A348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A348; }

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

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

background-color css

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

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

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

border-color css

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

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

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