Html Css Color HEX #F25C39 Outrageous Orange

📋 copy color: '#F25C39'

red 242 ◦ green 92 ◦ blue 57

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

Shades of Outrageous Orange #F25C39

Tints of Outrageous Orange #F25C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.58%

R = 61.89%
G = 23.53%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F25C39 (or 0xF25C39) is known color: Outrageous Orange. HEX triplet: F2, 5C and 39. RGB value is (242,92,57). Sum of RGB (Red+Green+Blue) = 242+92+57=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C39 is #0DA3C6. Grayscale: #858585. Windows color (decimal): -893895 or 3759346. OLE color: 3759346.

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

Color convert

RGB 242 92 57 -
CMYK 0 0.62 0.76 0.05
HSL 11.35º 0.88% 0.59% -
HSV(B) 11.35º 0.76% 0.95% -
XYZ 41.18 26.83 6.88 -
YUV 132.86 85.2 205.85 -
System Red Green Blue C M Y K H S L
Decimal 242 92 57 0 0.62 0.76 0.05 11.35 0.88 0.59
Hex F2 5C 39 0 3E 4C 5 B 58 3B
Octal 362 134 71 0 76 114 5 13 130 73
Binary 11110010 1011100 111001 0 111110 1001100 101 1011 1011000 111011

Color Harmonies of #F25C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C39

Black with #F25C39

Text Example


Text Example

White with #F25C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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