Html Css Color HEX #F2503F Sunset Orange

📋 copy color: '#F2503F'

red 242 ◦ green 80 ◦ blue 63

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

Shades of Sunset Orange #F2503F

Tints of Sunset Orange #F2503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 62.86%
G = 20.78%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2503F (or 0xF2503F) is known color: Sunset Orange. HEX triplet: F2, 50 and 3F. RGB value is (242,80,63). Sum of RGB (Red+Green+Blue) = 242+80+63=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2503F is #0DAFC0. Grayscale: #7E7E7E. Windows color (decimal): -896961 or 4149490. OLE color: 4149490.

HSL color Cylindrical-coordinate representation of color #F2503F: hue angle of 5.7º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2503F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 63 -
CMYK 0 0.67 0.74 0.05
HSL 5.7º 0.87% 0.6% -
HSV(B) 5.7º 0.74% 0.95% -
XYZ 40.38 24.97 7.39 -
YUV 126.5 92.17 210.38 -
System Red Green Blue C M Y K H S L
Decimal 242 80 63 0 0.67 0.74 0.05 5.7 0.87 0.6
Hex F2 50 3F 0 43 4A 5 6 57 3C
Octal 362 120 77 0 103 112 5 6 127 74
Binary 11110010 1010000 111111 0 1000011 1001010 101 110 1010111 111100

Color Harmonies of #F2503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2503F

Black with #F2503F

Text Example


Text Example

White with #F2503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2503F; }

 p { color: rgb(242,80,63); }

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

background-color css

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

 a { background-color: rgb(242,80,63); }

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

border-color css

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

 span { border-color: rgb(242,80,63); }

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