Html Css Color HEX #F25E2E Outrageous Orange

📋 copy color: '#F25E2E'

red 242 ◦ green 94 ◦ blue 46

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

Shades of Outrageous Orange #F25E2E

Tints of Outrageous Orange #F25E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

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

R = 63.35%
G = 24.61%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F25E2E (or 0xF25E2E) is known color: Outrageous Orange. HEX triplet: F2, 5E and 2E. RGB value is (242,94,46). Sum of RGB (Red+Green+Blue) = 242+94+46=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25E2E is #0DA1D1. Grayscale: #858585. Windows color (decimal): -893394 or 3038962. OLE color: 3038962.

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

Color convert

RGB 242 94 46 -
CMYK 0 0.61 0.81 0.05
HSL 14.69º 0.88% 0.56% -
HSV(B) 14.69º 0.81% 0.95% -
XYZ 41.11 27.08 5.64 -
YUV 132.78 79.03 205.9 -
System Red Green Blue C M Y K H S L
Decimal 242 94 46 0 0.61 0.81 0.05 14.69 0.88 0.56
Hex F2 5E 2E 0 3D 51 5 F 58 38
Octal 362 136 56 0 75 121 5 17 130 70
Binary 11110010 1011110 101110 0 111101 1010001 101 1111 1011000 111000

Color Harmonies of #F25E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25E2E

Black with #F25E2E

Text Example


Text Example

White with #F25E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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