Html Css Color HEX #F26127 Outrageous Orange

📋 copy color: '#F26127'

red 242 ◦ green 97 ◦ blue 39

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

Shades of Outrageous Orange #F26127

Tints of Outrageous Orange #F26127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 64.02%
G = 25.66%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F26127 (or 0xF26127) is known color: Outrageous Orange. HEX triplet: F2, 61 and 27. RGB value is (242,97,39). Sum of RGB (Red+Green+Blue) = 242+97+39=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26127 is #0D9ED8. Grayscale: #868686. Windows color (decimal): -892633 or 2580978. OLE color: 2580978.

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

Color convert

RGB 242 97 39 -
CMYK 0 0.60 0.84 0.05
HSL 17.14º 0.89% 0.55% -
HSV(B) 17.14º 0.84% 0.95% -
XYZ 41.26 27.57 5.07 -
YUV 133.74 74.54 205.22 -
System Red Green Blue C M Y K H S L
Decimal 242 97 39 0 0.60 0.84 0.05 17.14 0.89 0.55
Hex F2 61 27 0 3C 54 5 11 59 37
Octal 362 141 47 0 74 124 5 21 131 67
Binary 11110010 1100001 100111 0 111100 1010100 101 10001 1011001 110111

Color Harmonies of #F26127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26127

Black with #F26127

Text Example


Text Example

White with #F26127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26127; }

 p { color: rgb(242,97,39); }

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

background-color css

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

 a { background-color: rgb(242,97,39); }

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

border-color css

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

 span { border-color: rgb(242,97,39); }

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