Html Css Color HEX #F55F26 Outrageous Orange

📋 copy color: '#F55F26'

red 245 ◦ green 95 ◦ blue 38

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

Shades of Outrageous Orange #F55F26

Tints of Outrageous Orange #F55F26

RGB

 RED value IS 245 (96.09% from 255) = 64.81%

 GREEN value IS 95 (37.5% from 255) = 25.13%

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

R = 64.81%
G = 25.13%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F55F26 (or 0xF55F26) is known color: Outrageous Orange. HEX triplet: F5, 5F and 26. RGB value is (245,95,38). Sum of RGB (Red+Green+Blue) = 245+95+38=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F26 is #0AA0D9. Grayscale: #858585. Windows color (decimal): -696538 or 2514933. OLE color: 2514933.

HSL color Cylindrical-coordinate representation of color #F55F26: hue angle of 16.52º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F55F26 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 38 -
CMYK 0 0.61 0.84 0.04
HSL 16.52º 0.91% 0.55% -
HSV(B) 16.52º 0.84% 0.96% -
XYZ 42.1 27.74 4.97 -
YUV 133.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 245 95 38 0 0.61 0.84 0.04 16.52 0.91 0.55
Hex F5 5F 26 0 3D 54 4 11 5B 37
Octal 365 137 46 0 75 124 4 21 133 67
Binary 11110101 1011111 100110 0 111101 1010100 100 10001 1011011 110111

Color Harmonies of #F55F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F26

Black with #F55F26

Text Example


Text Example

White with #F55F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F26; }

 p { color: rgb(245,95,38); }

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

background-color css

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

 a { background-color: rgb(245,95,38); }

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

border-color css

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

 span { border-color: rgb(245,95,38); }

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