Html Css Color HEX #F25539 Outrageous Orange

📋 copy color: '#F25539'

red 242 ◦ green 85 ◦ blue 57

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

Shades of Outrageous Orange #F25539

Tints of Outrageous Orange #F25539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 63.02%
G = 22.14%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F25539 (or 0xF25539) is known color: Outrageous Orange. HEX triplet: F2, 55 and 39. RGB value is (242,85,57). Sum of RGB (Red+Green+Blue) = 242+85+57=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F25539 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25539 is #0DAAC6. Grayscale: #818181. Windows color (decimal): -895687 or 3757554. OLE color: 3757554.

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

Color convert

RGB 242 85 57 -
CMYK 0 0.65 0.76 0.05
HSL 9.08º 0.88% 0.59% -
HSV(B) 9.08º 0.76% 0.95% -
XYZ 40.6 25.67 6.69 -
YUV 128.75 87.51 208.78 -
System Red Green Blue C M Y K H S L
Decimal 242 85 57 0 0.65 0.76 0.05 9.08 0.88 0.59
Hex F2 55 39 0 41 4C 5 9 58 3B
Octal 362 125 71 0 101 114 5 11 130 73
Binary 11110010 1010101 111001 0 1000001 1001100 101 1001 1011000 111011

Color Harmonies of #F25539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25539

Black with #F25539

Text Example


Text Example

White with #F25539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25539; }

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

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

background-color css

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

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

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

border-color css

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

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

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