Html Css Color HEX #F2544B Sunset Orange

📋 copy color: '#F2544B'

red 242 ◦ green 84 ◦ blue 75

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

Shades of Sunset Orange #F2544B

Tints of Sunset Orange #F2544B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 60.35%
G = 20.95%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2544B (or 0xF2544B) is known color: Sunset Orange. HEX triplet: F2, 54 and 4B. RGB value is (242,84,75). Sum of RGB (Red+Green+Blue) = 242+84+75=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2544B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2544B is #0DABB4. Grayscale: #828282. Windows color (decimal): -895925 or 4936946. OLE color: 4936946.

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

Color convert

RGB 242 84 75 -
CMYK 0 0.65 0.69 0.05
HSL 3.23º 0.87% 0.62% -
HSV(B) 3.23º 0.69% 0.95% -
XYZ 41.06 25.73 9.46 -
YUV 130.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 242 84 75 0 0.65 0.69 0.05 3.23 0.87 0.62
Hex F2 54 4B 0 41 45 5 3 57 3E
Octal 362 124 113 0 101 105 5 3 127 76
Binary 11110010 1010100 1001011 0 1000001 1000101 101 11 1010111 111110

Color Harmonies of #F2544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2544B

Black with #F2544B

Text Example


Text Example

White with #F2544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2544B; }

 p { color: rgb(242,84,75); }

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

background-color css

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

 a { background-color: rgb(242,84,75); }

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

border-color css

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

 span { border-color: rgb(242,84,75); }

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