Html Css Color HEX #F5842A Sun

📋 copy color: '#F5842A'

red 245 ◦ green 132 ◦ blue 42

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

Shades of Sun #F5842A

Tints of Sun #F5842A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 42 (16.8% from 255) = 10.02%

R = 58.47%
G = 31.5%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5842A (or 0xF5842A) is known color: Sun. HEX triplet: F5, 84 and 2A. RGB value is (245,132,42). Sum of RGB (Red+Green+Blue) = 245+132+42=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5842A is #0A7BD5. Grayscale: #9C9C9C. Windows color (decimal): -687062 or 2786549. OLE color: 2786549.

HSL color Cylindrical-coordinate representation of color #F5842A: hue angle of 26.6º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5842A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 132 42 -
CMYK 0 0.46 0.83 0.04
HSL 26.6º 0.91% 0.56% -
HSV(B) 26.6º 0.83% 0.96% -
XYZ 46.33 36.08 6.71 -
YUV 155.53 63.94 191.82 -
System Red Green Blue C M Y K H S L
Decimal 245 132 42 0 0.46 0.83 0.04 26.6 0.91 0.56
Hex F5 84 2A 0 2E 53 4 1B 5B 38
Octal 365 204 52 0 56 123 4 33 133 70
Binary 11110101 10000100 101010 0 101110 1010011 100 11011 1011011 111000

Color Harmonies of #F5842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5842A

Black with #F5842A

Text Example


Text Example

White with #F5842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5842A; }

 p { color: rgb(245,132,42); }

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

background-color css

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

 a { background-color: rgb(245,132,42); }

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

border-color css

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

 span { border-color: rgb(245,132,42); }

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