Html Css Color HEX #F2853C Sun

📋 copy color: '#F2853C'

red 242 ◦ green 133 ◦ blue 60

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

Shades of Sun #F2853C

Tints of Sun #F2853C

RGB

 RED value IS 242 (94.92% from 255) = 55.63%

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

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

R = 55.63%
G = 30.57%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2853C (or 0xF2853C) is known color: Sun. HEX triplet: F2, 85 and 3C. RGB value is (242,133,60). Sum of RGB (Red+Green+Blue) = 242+133+60=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2853C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2853C is #0D7AC3. Grayscale: #9D9D9D. Windows color (decimal): -883396 or 3966450. OLE color: 3966450.

HSL color Cylindrical-coordinate representation of color #F2853C: hue angle of 24.07º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2853C is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 60 -
CMYK 0 0.45 0.75 0.05
HSL 24.07º 0.88% 0.59% -
HSV(B) 24.07º 0.75% 0.95% -
XYZ 45.82 35.98 8.8 -
YUV 157.27 73.11 188.44 -
System Red Green Blue C M Y K H S L
Decimal 242 133 60 0 0.45 0.75 0.05 24.07 0.88 0.59
Hex F2 85 3C 0 2D 4B 5 18 58 3B
Octal 362 205 74 0 55 113 5 30 130 73
Binary 11110010 10000101 111100 0 101101 1001011 101 11000 1011000 111011

Color Harmonies of #F2853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2853C

Black with #F2853C

Text Example


Text Example

White with #F2853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2853C; }

 p { color: rgb(242,133,60); }

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

background-color css

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

 a { background-color: rgb(242,133,60); }

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

border-color css

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

 span { border-color: rgb(242,133,60); }

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