Html Css Color HEX #F25028 Outrageous Orange

📋 copy color: '#F25028'

red 242 ◦ green 80 ◦ blue 40

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

Shades of Outrageous Orange #F25028

Tints of Outrageous Orange #F25028

RGB

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

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

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

R = 66.85%
G = 22.1%
B = 11.05%

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

#F25028 (or 0xF25028) is known color: Outrageous Orange. HEX triplet: F2, 50 and 28. RGB value is (242,80,40). Sum of RGB (Red+Green+Blue) = 242+80+40=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F25028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25028 is #0DAFD7. Grayscale: #7C7C7C. Windows color (decimal): -896984 or 2642162. OLE color: 2642162.

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

Color convert

RGB 242 80 40 -
CMYK 0 0.67 0.83 0.05
HSL 11.88º 0.89% 0.55% -
HSV(B) 11.88º 0.83% 0.95% -
XYZ 39.87 24.77 4.69 -
YUV 123.88 80.67 212.25 -
System Red Green Blue C M Y K H S L
Decimal 242 80 40 0 0.67 0.83 0.05 11.88 0.89 0.55
Hex F2 50 28 0 43 53 5 C 59 37
Octal 362 120 50 0 103 123 5 14 131 67
Binary 11110010 1010000 101000 0 1000011 1010011 101 1100 1011001 110111

Color Harmonies of #F25028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25028

Black with #F25028

Text Example


Text Example

White with #F25028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25028; }

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

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

background-color css

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

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

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

border-color css

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

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

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