Html Css Color HEX #F2501F Outrageous Orange

📋 copy color: '#F2501F'

red 242 ◦ green 80 ◦ blue 31

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

Shades of Outrageous Orange #F2501F

Tints of Outrageous Orange #F2501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 68.56%
G = 22.66%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2501F (or 0xF2501F) is known color: Outrageous Orange. HEX triplet: F2, 50 and 1F. RGB value is (242,80,31). Sum of RGB (Red+Green+Blue) = 242+80+31=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2501F is #0DAFE0. Grayscale: #7B7B7B. Windows color (decimal): -896993 or 2052338. OLE color: 2052338.

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

Color convert

RGB 242 80 31 -
CMYK 0 0.67 0.87 0.05
HSL 13.93º 0.89% 0.54% -
HSV(B) 13.93º 0.87% 0.95% -
XYZ 39.73 24.71 3.97 -
YUV 122.85 76.17 212.98 -
System Red Green Blue C M Y K H S L
Decimal 242 80 31 0 0.67 0.87 0.05 13.93 0.89 0.54
Hex F2 50 1F 0 43 57 5 E 59 36
Octal 362 120 37 0 103 127 5 16 131 66
Binary 11110010 1010000 11111 0 1000011 1010111 101 1110 1011001 110110

Color Harmonies of #F2501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2501F

Black with #F2501F

Text Example


Text Example

White with #F2501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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