Html Css Color HEX #F25F28 Outrageous Orange

📋 copy color: '#F25F28'

red 242 ◦ green 95 ◦ blue 40

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

Shades of Outrageous Orange #F25F28

Tints of Outrageous Orange #F25F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 64.19%
G = 25.2%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F25F28 (or 0xF25F28) is known color: Outrageous Orange. HEX triplet: F2, 5F and 28. RGB value is (242,95,40). Sum of RGB (Red+Green+Blue) = 242+95+40=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F28 is #0DA0D7. Grayscale: #858585. Windows color (decimal): -893144 or 2646002. OLE color: 2646002.

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

Color convert

RGB 242 95 40 -
CMYK 0 0.61 0.83 0.05
HSL 16.34º 0.89% 0.55% -
HSV(B) 16.34º 0.83% 0.95% -
XYZ 41.09 27.21 5.09 -
YUV 132.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 242 95 40 0 0.61 0.83 0.05 16.34 0.89 0.55
Hex F2 5F 28 0 3D 53 5 10 59 37
Octal 362 137 50 0 75 123 5 20 131 67
Binary 11110010 1011111 101000 0 111101 1010011 101 10000 1011001 110111

Color Harmonies of #F25F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F28

Black with #F25F28

Text Example


Text Example

White with #F25F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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