Html Css Color HEX #F25725 Outrageous Orange

📋 copy color: '#F25725'

red 242 ◦ green 87 ◦ blue 37

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

Shades of Outrageous Orange #F25725

Tints of Outrageous Orange #F25725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 37 (14.84% from 255) = 10.11%

R = 66.12%
G = 23.77%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F25725 (or 0xF25725) is known color: Outrageous Orange. HEX triplet: F2, 57 and 25. RGB value is (242,87,37). Sum of RGB (Red+Green+Blue) = 242+87+37=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F25725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25725 is #0DA8DA. Grayscale: #808080. Windows color (decimal): -895195 or 2447346. OLE color: 2447346.

HSL color Cylindrical-coordinate representation of color #F25725: hue angle of 14.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F25725 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 87 37 -
CMYK 0 0.64 0.85 0.05
HSL 14.63º 0.89% 0.55% -
HSV(B) 14.63º 0.85% 0.95% -
XYZ 40.36 25.83 4.61 -
YUV 127.65 76.85 209.57 -
System Red Green Blue C M Y K H S L
Decimal 242 87 37 0 0.64 0.85 0.05 14.63 0.89 0.55
Hex F2 57 25 0 40 55 5 F 59 37
Octal 362 127 45 0 100 125 5 17 131 67
Binary 11110010 1010111 100101 0 1000000 1010101 101 1111 1011001 110111

Color Harmonies of #F25725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25725

Black with #F25725

Text Example


Text Example

White with #F25725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25725; }

 p { color: rgb(242,87,37); }

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

background-color css

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

 a { background-color: rgb(242,87,37); }

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

border-color css

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

 span { border-color: rgb(242,87,37); }

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