Html Css Color HEX #F0963B Sun

📋 copy color: '#F0963B'

red 240 ◦ green 150 ◦ blue 59

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

Shades of Sun #F0963B

Tints of Sun #F0963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 59 (23.44% from 255) = 13.14%

R = 53.45%
G = 33.41%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0963B (or 0xF0963B) is known color: Sun. HEX triplet: F0, 96 and 3B. RGB value is (240,150,59). Sum of RGB (Red+Green+Blue) = 240+150+59=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0963B is #0F69C4. Grayscale: #A6A6A6. Windows color (decimal): -1010117 or 3905264. OLE color: 3905264.

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

Color convert

RGB 240 150 59 -
CMYK 0 0.37 0.75 0.06
HSL 30.17º 0.86% 0.59% -
HSV(B) 30.17º 0.75% 0.94% -
XYZ 47.63 40.65 9.47 -
YUV 166.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 240 150 59 0 0.37 0.75 0.06 30.17 0.86 0.59
Hex F0 96 3B 0 25 4B 6 1E 56 3B
Octal 360 226 73 0 45 113 6 36 126 73
Binary 11110000 10010110 111011 0 100101 1001011 110 11110 1010110 111011

Color Harmonies of #F0963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0963B

Black with #F0963B

Text Example


Text Example

White with #F0963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0963B; }

 p { color: rgb(240,150,59); }

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

background-color css

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

 a { background-color: rgb(240,150,59); }

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

border-color css

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

 span { border-color: rgb(240,150,59); }

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