Html Css Color HEX #F2502E Outrageous Orange

📋 copy color: '#F2502E'

red 242 ◦ green 80 ◦ blue 46

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

Shades of Outrageous Orange #F2502E

Tints of Outrageous Orange #F2502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 65.76%
G = 21.74%
B = 12.5%

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

#F2502E (or 0xF2502E) is known color: Outrageous Orange. HEX triplet: F2, 50 and 2E. RGB value is (242,80,46). Sum of RGB (Red+Green+Blue) = 242+80+46=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2502E is #0DAFD1. Grayscale: #7C7C7C. Windows color (decimal): -896978 or 3035378. OLE color: 3035378.

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

Color convert

RGB 242 80 46 -
CMYK 0 0.67 0.81 0.05
HSL 10.41º 0.88% 0.56% -
HSV(B) 10.41º 0.81% 0.95% -
XYZ 39.98 24.81 5.27 -
YUV 124.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 242 80 46 0 0.67 0.81 0.05 10.41 0.88 0.56
Hex F2 50 2E 0 43 51 5 A 58 38
Octal 362 120 56 0 103 121 5 12 130 70
Binary 11110010 1010000 101110 0 1000011 1010001 101 1010 1011000 111000

Color Harmonies of #F2502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2502E

Black with #F2502E

Text Example


Text Example

White with #F2502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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