Html Css Color HEX #F2504B Sunset Orange

📋 copy color: '#F2504B'

red 242 ◦ green 80 ◦ blue 75

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

Shades of Sunset Orange #F2504B

Tints of Sunset Orange #F2504B

RGB

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

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

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

R = 60.96%
G = 20.15%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2504B (or 0xF2504B) is known color: Sunset Orange. HEX triplet: F2, 50 and 4B. RGB value is (242,80,75). Sum of RGB (Red+Green+Blue) = 242+80+75=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F2504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2504B is #0DAFB4. Grayscale: #808080. Windows color (decimal): -896949 or 4935922. OLE color: 4935922.

HSL color Cylindrical-coordinate representation of color #F2504B: hue angle of 1.8º 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 #F2504B is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 75 -
CMYK 0 0.67 0.69 0.05
HSL 1.8º 0.87% 0.62% -
HSV(B) 1.8º 0.69% 0.95% -
XYZ 40.76 25.12 9.36 -
YUV 127.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 242 80 75 0 0.67 0.69 0.05 1.8 0.87 0.62
Hex F2 50 4B 0 43 45 5 2 57 3E
Octal 362 120 113 0 103 105 5 2 127 76
Binary 11110010 1010000 1001011 0 1000011 1000101 101 10 1010111 111110

Color Harmonies of #F2504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2504B

Black with #F2504B

Text Example


Text Example

White with #F2504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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