Html Css Color HEX #F5943C Sun

📋 copy color: '#F5943C'

red 245 ◦ green 148 ◦ blue 60

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

Shades of Sun #F5943C

Tints of Sun #F5943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.67%

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

R = 54.08%
G = 32.67%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5943C (or 0xF5943C) is known color: Sun. HEX triplet: F5, 94 and 3C. RGB value is (245,148,60). Sum of RGB (Red+Green+Blue) = 245+148+60=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5943C is #0A6BC3. Grayscale: #A7A7A7. Windows color (decimal): -682948 or 3970293. OLE color: 3970293.

HSL color Cylindrical-coordinate representation of color #F5943C: hue angle of 28.54º 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 #F5943C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 148 60 -
CMYK 0 0.40 0.76 0.04
HSL 28.54º 0.9% 0.6% -
HSV(B) 28.54º 0.76% 0.96% -
XYZ 49.06 40.92 9.59 -
YUV 166.97 67.64 183.66 -
System Red Green Blue C M Y K H S L
Decimal 245 148 60 0 0.40 0.76 0.04 28.54 0.9 0.6
Hex F5 94 3C 0 28 4C 4 1D 5A 3C
Octal 365 224 74 0 50 114 4 35 132 74
Binary 11110101 10010100 111100 0 101000 1001100 100 11101 1011010 111100

Color Harmonies of #F5943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5943C

Black with #F5943C

Text Example


Text Example

White with #F5943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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