Html Css Color HEX #F25F39 Outrageous Orange

📋 copy color: '#F25F39'

red 242 ◦ green 95 ◦ blue 57

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

Shades of Outrageous Orange #F25F39

Tints of Outrageous Orange #F25F39

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

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

R = 61.42%
G = 24.11%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F25F39 (or 0xF25F39) is known color: Outrageous Orange. HEX triplet: F2, 5F and 39. RGB value is (242,95,57). Sum of RGB (Red+Green+Blue) = 242+95+57=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F39 is #0DA0C6. Grayscale: #868686. Windows color (decimal): -893127 or 3760114. OLE color: 3760114.

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

Color convert

RGB 242 95 57 -
CMYK 0 0.61 0.76 0.05
HSL 12.32º 0.88% 0.59% -
HSV(B) 12.32º 0.76% 0.95% -
XYZ 41.45 27.36 6.97 -
YUV 134.62 84.2 204.59 -
System Red Green Blue C M Y K H S L
Decimal 242 95 57 0 0.61 0.76 0.05 12.32 0.88 0.59
Hex F2 5F 39 0 3D 4C 5 C 58 3B
Octal 362 137 71 0 75 114 5 14 130 73
Binary 11110010 1011111 111001 0 111101 1001100 101 1100 1011000 111011

Color Harmonies of #F25F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F39

Black with #F25F39

Text Example


Text Example

White with #F25F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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