Html Css Color HEX #F25F25 Outrageous Orange

📋 copy color: '#F25F25'

red 242 ◦ green 95 ◦ blue 37

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

Shades of Outrageous Orange #F25F25

Tints of Outrageous Orange #F25F25

RGB

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

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

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

R = 64.71%
G = 25.4%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F25F25 (or 0xF25F25) is known color: Outrageous Orange. HEX triplet: F2, 5F and 25. RGB value is (242,95,37). Sum of RGB (Red+Green+Blue) = 242+95+37=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F25 is #0DA0DA. Grayscale: #848484. Windows color (decimal): -893147 or 2449394. OLE color: 2449394.

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

Color convert

RGB 242 95 37 -
CMYK 0 0.61 0.85 0.05
HSL 16.98º 0.89% 0.55% -
HSV(B) 16.98º 0.85% 0.95% -
XYZ 41.04 27.2 4.84 -
YUV 132.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 242 95 37 0 0.61 0.85 0.05 16.98 0.89 0.55
Hex F2 5F 25 0 3D 55 5 11 59 37
Octal 362 137 45 0 75 125 5 21 131 67
Binary 11110010 1011111 100101 0 111101 1010101 101 10001 1011001 110111

Color Harmonies of #F25F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F25

Black with #F25F25

Text Example


Text Example

White with #F25F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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