Html Css Color HEX #F5963A Sun

📋 copy color: '#F5963A'

red 245 ◦ green 150 ◦ blue 58

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

Shades of Sun #F5963A

Tints of Sun #F5963A

RGB

 RED value IS 245 (96.09% from 255) = 54.08%

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

 BLUE value IS 58 (23.05% from 255) = 12.8%

R = 54.08%
G = 33.11%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5963A (or 0xF5963A) is known color: Sun. HEX triplet: F5, 96 and 3A. RGB value is (245,150,58). Sum of RGB (Red+Green+Blue) = 245+150+58=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5963A is #0A69C5. Grayscale: #A8A8A8. Windows color (decimal): -682438 or 3839733. OLE color: 3839733.

HSL color Cylindrical-coordinate representation of color #F5963A: hue angle of 29.52º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5963A is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 150 58 -
CMYK 0 0.39 0.76 0.04
HSL 29.52º 0.9% 0.59% -
HSV(B) 29.52º 0.76% 0.96% -
XYZ 49.33 41.53 9.42 -
YUV 167.92 65.97 182.98 -
System Red Green Blue C M Y K H S L
Decimal 245 150 58 0 0.39 0.76 0.04 29.52 0.9 0.59
Hex F5 96 3A 0 27 4C 4 1E 5A 3B
Octal 365 226 72 0 47 114 4 36 132 73
Binary 11110101 10010110 111010 0 100111 1001100 100 11110 1011010 111011

Color Harmonies of #F5963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5963A

Black with #F5963A

Text Example


Text Example

White with #F5963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5963A; }

 p { color: rgb(245,150,58); }

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

background-color css

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

 a { background-color: rgb(245,150,58); }

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

border-color css

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

 span { border-color: rgb(245,150,58); }

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