Html Css Color HEX #F5852A Sun

📋 copy color: '#F5852A'

red 245 ◦ green 133 ◦ blue 42

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

Shades of Sun #F5852A

Tints of Sun #F5852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 58.33%
G = 31.67%
B = 10%

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

#F5852A (or 0xF5852A) is known color: Sun. HEX triplet: F5, 85 and 2A. RGB value is (245,133,42). Sum of RGB (Red+Green+Blue) = 245+133+42=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5852A is #0A7AD5. Grayscale: #9C9C9C. Windows color (decimal): -686806 or 2786805. OLE color: 2786805.

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

Color convert

RGB 245 133 42 -
CMYK 0 0.46 0.83 0.04
HSL 26.9º 0.91% 0.56% -
HSV(B) 26.9º 0.83% 0.96% -
XYZ 46.46 36.35 6.76 -
YUV 156.11 63.61 191.4 -
System Red Green Blue C M Y K H S L
Decimal 245 133 42 0 0.46 0.83 0.04 26.9 0.91 0.56
Hex F5 85 2A 0 2E 53 4 1B 5B 38
Octal 365 205 52 0 56 123 4 33 133 70
Binary 11110101 10000101 101010 0 101110 1010011 100 11011 1011011 111000

Color Harmonies of #F5852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5852A

Black with #F5852A

Text Example


Text Example

White with #F5852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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