Html Css Color HEX #F25225 Outrageous Orange

📋 copy color: '#F25225'

red 242 ◦ green 82 ◦ blue 37

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

Shades of Outrageous Orange #F25225

Tints of Outrageous Orange #F25225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

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

R = 67.04%
G = 22.71%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F25225 (or 0xF25225) is known color: Outrageous Orange. HEX triplet: F2, 52 and 25. RGB value is (242,82,37). Sum of RGB (Red+Green+Blue) = 242+82+37=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25225 is #0DADDA. Grayscale: #7D7D7D. Windows color (decimal): -896475 or 2446066. OLE color: 2446066.

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

Color convert

RGB 242 82 37 -
CMYK 0 0.66 0.85 0.05
HSL 13.17º 0.89% 0.55% -
HSV(B) 13.17º 0.85% 0.95% -
XYZ 39.97 25.05 4.48 -
YUV 124.71 78.51 211.66 -
System Red Green Blue C M Y K H S L
Decimal 242 82 37 0 0.66 0.85 0.05 13.17 0.89 0.55
Hex F2 52 25 0 42 55 5 D 59 37
Octal 362 122 45 0 102 125 5 15 131 67
Binary 11110010 1010010 100101 0 1000010 1010101 101 1101 1011001 110111

Color Harmonies of #F25225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25225

Black with #F25225

Text Example


Text Example

White with #F25225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25225; }

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

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

background-color css

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

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

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

border-color css

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

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

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