Html Css Color HEX #F25828 Outrageous Orange

📋 copy color: '#F25828'

red 242 ◦ green 88 ◦ blue 40

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

Shades of Outrageous Orange #F25828

Tints of Outrageous Orange #F25828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

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

R = 65.41%
G = 23.78%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F25828 (or 0xF25828) is known color: Outrageous Orange. HEX triplet: F2, 58 and 28. RGB value is (242,88,40). Sum of RGB (Red+Green+Blue) = 242+88+40=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F25828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25828 is #0DA7D7. Grayscale: #808080. Windows color (decimal): -894936 or 2644210. OLE color: 2644210.

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

Color convert

RGB 242 88 40 -
CMYK 0 0.64 0.83 0.05
HSL 14.26º 0.89% 0.55% -
HSV(B) 14.26º 0.83% 0.95% -
XYZ 40.49 26.01 4.89 -
YUV 128.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 242 88 40 0 0.64 0.83 0.05 14.26 0.89 0.55
Hex F2 58 28 0 40 53 5 E 59 37
Octal 362 130 50 0 100 123 5 16 131 67
Binary 11110010 1011000 101000 0 1000000 1010011 101 1110 1011001 110111

Color Harmonies of #F25828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25828

Black with #F25828

Text Example


Text Example

White with #F25828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25828; }

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

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

background-color css

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

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

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

border-color css

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

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

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