Html Css Color HEX #F25E29 Outrageous Orange

📋 copy color: '#F25E29'

red 242 ◦ green 94 ◦ blue 41

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

Shades of Outrageous Orange #F25E29

Tints of Outrageous Orange #F25E29

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 41 (16.41% from 255) = 10.88%

R = 64.19%
G = 24.93%
B = 10.88%

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

#F25E29 (or 0xF25E29) is known color: Outrageous Orange. HEX triplet: F2, 5E and 29. RGB value is (242,94,41). Sum of RGB (Red+Green+Blue) = 242+94+41=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25E29 is #0DA1D6. Grayscale: #848484. Windows color (decimal): -893399 or 2711282. OLE color: 2711282.

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

Color convert

RGB 242 94 41 -
CMYK 0 0.61 0.83 0.05
HSL 15.82º 0.89% 0.55% -
HSV(B) 15.82º 0.83% 0.95% -
XYZ 41.02 27.04 5.16 -
YUV 132.21 76.53 206.31 -
System Red Green Blue C M Y K H S L
Decimal 242 94 41 0 0.61 0.83 0.05 15.82 0.89 0.55
Hex F2 5E 29 0 3D 53 5 10 59 37
Octal 362 136 51 0 75 123 5 20 131 67
Binary 11110010 1011110 101001 0 111101 1010011 101 10000 1011001 110111

Color Harmonies of #F25E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25E29

Black with #F25E29

Text Example


Text Example

White with #F25E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25E29; }

 p { color: rgb(242,94,41); }

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

background-color css

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

 a { background-color: rgb(242,94,41); }

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

border-color css

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

 span { border-color: rgb(242,94,41); }

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