Html Css Color HEX #F2502D Outrageous Orange

📋 copy color: '#F2502D'

red 242 ◦ green 80 ◦ blue 45

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

Shades of Outrageous Orange #F2502D

Tints of Outrageous Orange #F2502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 65.94%
G = 21.8%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2502D (or 0xF2502D) is known color: Outrageous Orange. HEX triplet: F2, 50 and 2D. RGB value is (242,80,45). Sum of RGB (Red+Green+Blue) = 242+80+45=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2502D is #0DAFD2. Grayscale: #7C7C7C. Windows color (decimal): -896979 or 2969842. OLE color: 2969842.

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

Color convert

RGB 242 80 45 -
CMYK 0 0.67 0.81 0.05
HSL 10.66º 0.88% 0.56% -
HSV(B) 10.66º 0.81% 0.95% -
XYZ 39.96 24.8 5.16 -
YUV 124.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 242 80 45 0 0.67 0.81 0.05 10.66 0.88 0.56
Hex F2 50 2D 0 43 51 5 B 58 38
Octal 362 120 55 0 103 121 5 13 130 70
Binary 11110010 1010000 101101 0 1000011 1010001 101 1011 1011000 111000

Color Harmonies of #F2502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2502D

Black with #F2502D

Text Example


Text Example

White with #F2502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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