Html Css Color HEX #F26228 Outrageous Orange

📋 copy color: '#F26228'

red 242 ◦ green 98 ◦ blue 40

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

Shades of Outrageous Orange #F26228

Tints of Outrageous Orange #F26228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 63.68%
G = 25.79%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F26228 (or 0xF26228) is known color: Outrageous Orange. HEX triplet: F2, 62 and 28. RGB value is (242,98,40). Sum of RGB (Red+Green+Blue) = 242+98+40=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F26228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26228 is #0D9DD7. Grayscale: #868686. Windows color (decimal): -892376 or 2646770. OLE color: 2646770.

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

Color convert

RGB 242 98 40 -
CMYK 0 0.60 0.83 0.05
HSL 17.23º 0.89% 0.55% -
HSV(B) 17.23º 0.83% 0.95% -
XYZ 41.37 27.77 5.19 -
YUV 134.44 74.71 204.72 -
System Red Green Blue C M Y K H S L
Decimal 242 98 40 0 0.60 0.83 0.05 17.23 0.89 0.55
Hex F2 62 28 0 3C 53 5 11 59 37
Octal 362 142 50 0 74 123 5 21 131 67
Binary 11110010 1100010 101000 0 111100 1010011 101 10001 1011001 110111

Color Harmonies of #F26228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26228

Black with #F26228

Text Example


Text Example

White with #F26228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26228; }

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

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

background-color css

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

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

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

border-color css

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

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

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