Html Css Color HEX #F08D40 Sun

📋 copy color: '#F08D40'

red 240 ◦ green 141 ◦ blue 64

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

Shades of Sun #F08D40

Tints of Sun #F08D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 53.93%
G = 31.69%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F08D40 (or 0xF08D40) is known color: Sun. HEX triplet: F0, 8D and 40. RGB value is (240,141,64). Sum of RGB (Red+Green+Blue) = 240+141+64=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D40 is #0F72BF. Grayscale: #A2A2A2. Windows color (decimal): -1012416 or 4230640. OLE color: 4230640.

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

Color convert

RGB 240 141 64 -
CMYK 0 0.41 0.73 0.06
HSL 26.25º 0.85% 0.6% -
HSV(B) 26.25º 0.73% 0.94% -
XYZ 46.39 37.95 9.73 -
YUV 161.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 240 141 64 0 0.41 0.73 0.06 26.25 0.85 0.6
Hex F0 8D 40 0 29 49 6 1A 55 3C
Octal 360 215 100 0 51 111 6 32 125 74
Binary 11110000 10001101 1000000 0 101001 1001001 110 11010 1010101 111100

Color Harmonies of #F08D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D40

Black with #F08D40

Text Example


Text Example

White with #F08D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D40; }

 p { color: rgb(240,141,64); }

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

background-color css

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

 a { background-color: rgb(240,141,64); }

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

border-color css

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

 span { border-color: rgb(240,141,64); }

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