Html Css Color HEX #F25528 Outrageous Orange

📋 copy color: '#F25528'

red 242 ◦ green 85 ◦ blue 40

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

Shades of Outrageous Orange #F25528

Tints of Outrageous Orange #F25528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 65.94%
G = 23.16%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F25528 (or 0xF25528) is known color: Outrageous Orange. HEX triplet: F2, 55 and 28. RGB value is (242,85,40). Sum of RGB (Red+Green+Blue) = 242+85+40=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F25528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25528 is #0DAAD7. Grayscale: #7F7F7F. Windows color (decimal): -895704 or 2643442. OLE color: 2643442.

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

Color convert

RGB 242 85 40 -
CMYK 0 0.65 0.83 0.05
HSL 13.37º 0.89% 0.55% -
HSV(B) 13.37º 0.83% 0.95% -
XYZ 40.25 25.53 4.81 -
YUV 126.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 242 85 40 0 0.65 0.83 0.05 13.37 0.89 0.55
Hex F2 55 28 0 41 53 5 D 59 37
Octal 362 125 50 0 101 123 5 15 131 67
Binary 11110010 1010101 101000 0 1000001 1010011 101 1101 1011001 110111

Color Harmonies of #F25528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25528

Black with #F25528

Text Example


Text Example

White with #F25528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25528; }

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

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

background-color css

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

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

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

border-color css

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

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

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