Html Css Color HEX #F0953C Sun

📋 copy color: '#F0953C'

red 240 ◦ green 149 ◦ blue 60

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

Shades of Sun #F0953C

Tints of Sun #F0953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 53.45%
G = 33.18%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0953C (or 0xF0953C) is known color: Sun. HEX triplet: F0, 95 and 3C. RGB value is (240,149,60). Sum of RGB (Red+Green+Blue) = 240+149+60=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0953C is #0F6AC3. Grayscale: #A6A6A6. Windows color (decimal): -1010372 or 3970544. OLE color: 3970544.

HSL color Cylindrical-coordinate representation of color #F0953C: hue angle of 29.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0953C is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 60 -
CMYK 0 0.38 0.75 0.06
HSL 29.67º 0.86% 0.59% -
HSV(B) 29.67º 0.75% 0.94% -
XYZ 47.5 40.35 9.56 -
YUV 166.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 240 149 60 0 0.38 0.75 0.06 29.67 0.86 0.59
Hex F0 95 3C 0 26 4B 6 1E 56 3B
Octal 360 225 74 0 46 113 6 36 126 73
Binary 11110000 10010101 111100 0 100110 1001011 110 11110 1010110 111011

Color Harmonies of #F0953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0953C

Black with #F0953C

Text Example


Text Example

White with #F0953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0953C; }

 p { color: rgb(240,149,60); }

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

background-color css

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

 a { background-color: rgb(240,149,60); }

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

border-color css

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

 span { border-color: rgb(240,149,60); }

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