Html Css Color HEX #F5973C Sun

📋 copy color: '#F5973C'

red 245 ◦ green 151 ◦ blue 60

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

Shades of Sun #F5973C

Tints of Sun #F5973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.11%

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

R = 53.73%
G = 33.11%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5973C (or 0xF5973C) is known color: Sun. HEX triplet: F5, 97 and 3C. RGB value is (245,151,60). Sum of RGB (Red+Green+Blue) = 245+151+60=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5973C is #0A68C3. Grayscale: #A9A9A9. Windows color (decimal): -682180 or 3971061. OLE color: 3971061.

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

Color convert

RGB 245 151 60 -
CMYK 0 0.38 0.76 0.04
HSL 29.51º 0.9% 0.6% -
HSV(B) 29.51º 0.76% 0.96% -
XYZ 49.54 41.87 9.75 -
YUV 168.73 66.64 182.4 -
System Red Green Blue C M Y K H S L
Decimal 245 151 60 0 0.38 0.76 0.04 29.51 0.9 0.6
Hex F5 97 3C 0 26 4C 4 1E 5A 3C
Octal 365 227 74 0 46 114 4 36 132 74
Binary 11110101 10010111 111100 0 100110 1001100 100 11110 1011010 111100

Color Harmonies of #F5973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5973C

Black with #F5973C

Text Example


Text Example

White with #F5973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5973C; }

 p { color: rgb(245,151,60); }

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

background-color css

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

 a { background-color: rgb(245,151,60); }

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

border-color css

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

 span { border-color: rgb(245,151,60); }

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