Html Css Color HEX #F25626 Outrageous Orange

📋 copy color: '#F25626'

red 242 ◦ green 86 ◦ blue 38

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

Shades of Outrageous Orange #F25626

Tints of Outrageous Orange #F25626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 38 (15.23% from 255) = 10.38%

R = 66.12%
G = 23.5%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F25626 (or 0xF25626) is known color: Outrageous Orange. HEX triplet: F2, 56 and 26. RGB value is (242,86,38). Sum of RGB (Red+Green+Blue) = 242+86+38=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F25626 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25626 is #0DA9D9. Grayscale: #7F7F7F. Windows color (decimal): -895450 or 2512626. OLE color: 2512626.

HSL color Cylindrical-coordinate representation of color #F25626: hue angle of 14.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F25626 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 38 -
CMYK 0 0.64 0.84 0.05
HSL 14.12º 0.89% 0.55% -
HSV(B) 14.12º 0.84% 0.95% -
XYZ 40.3 25.67 4.67 -
YUV 127.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 242 86 38 0 0.64 0.84 0.05 14.12 0.89 0.55
Hex F2 56 26 0 40 54 5 E 59 37
Octal 362 126 46 0 100 124 5 16 131 67
Binary 11110010 1010110 100110 0 1000000 1010100 101 1110 1011001 110111

Color Harmonies of #F25626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25626

Black with #F25626

Text Example


Text Example

White with #F25626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25626; }

 p { color: rgb(242,86,38); }

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

background-color css

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

 a { background-color: rgb(242,86,38); }

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

border-color css

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

 span { border-color: rgb(242,86,38); }

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