Html Css Color HEX #F25029 Outrageous Orange

📋 copy color: '#F25029'

red 242 ◦ green 80 ◦ blue 41

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

Shades of Outrageous Orange #F25029

Tints of Outrageous Orange #F25029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 66.67%
G = 22.04%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F25029 (or 0xF25029) is known color: Outrageous Orange. HEX triplet: F2, 50 and 29. RGB value is (242,80,41). Sum of RGB (Red+Green+Blue) = 242+80+41=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F25029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25029 is #0DAFD6. Grayscale: #7C7C7C. Windows color (decimal): -896983 or 2707698. OLE color: 2707698.

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

Color convert

RGB 242 80 41 -
CMYK 0 0.67 0.83 0.05
HSL 11.64º 0.89% 0.55% -
HSV(B) 11.64º 0.83% 0.95% -
XYZ 39.89 24.77 4.78 -
YUV 123.99 81.17 212.17 -
System Red Green Blue C M Y K H S L
Decimal 242 80 41 0 0.67 0.83 0.05 11.64 0.89 0.55
Hex F2 50 29 0 43 53 5 C 59 37
Octal 362 120 51 0 103 123 5 14 131 67
Binary 11110010 1010000 101001 0 1000011 1010011 101 1100 1011001 110111

Color Harmonies of #F25029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25029

Black with #F25029

Text Example


Text Example

White with #F25029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25029; }

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

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

background-color css

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

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

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

border-color css

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

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

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