Html Css Color HEX #F25C2E Outrageous Orange

📋 copy color: '#F25C2E'

red 242 ◦ green 92 ◦ blue 46

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

Shades of Outrageous Orange #F25C2E

Tints of Outrageous Orange #F25C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

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

R = 63.68%
G = 24.21%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F25C2E (or 0xF25C2E) is known color: Outrageous Orange. HEX triplet: F2, 5C and 2E. RGB value is (242,92,46). Sum of RGB (Red+Green+Blue) = 242+92+46=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C2E is #0DA3D1. Grayscale: #838383. Windows color (decimal): -893906 or 3038450. OLE color: 3038450.

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

Color convert

RGB 242 92 46 -
CMYK 0 0.62 0.81 0.05
HSL 14.08º 0.88% 0.56% -
HSV(B) 14.08º 0.81% 0.95% -
XYZ 40.94 26.73 5.59 -
YUV 131.61 79.7 206.74 -
System Red Green Blue C M Y K H S L
Decimal 242 92 46 0 0.62 0.81 0.05 14.08 0.88 0.56
Hex F2 5C 2E 0 3E 51 5 E 58 38
Octal 362 134 56 0 76 121 5 16 130 70
Binary 11110010 1011100 101110 0 111110 1010001 101 1110 1011000 111000

Color Harmonies of #F25C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C2E

Black with #F25C2E

Text Example


Text Example

White with #F25C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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