Html Css Color HEX #F26334 Outrageous Orange

📋 copy color: '#F26334'

red 242 ◦ green 99 ◦ blue 52

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

Shades of Outrageous Orange #F26334

Tints of Outrageous Orange #F26334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

 BLUE value IS 52 (20.7% from 255) = 13.23%

R = 61.58%
G = 25.19%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F26334 (or 0xF26334) is known color: Outrageous Orange. HEX triplet: F2, 63 and 34. RGB value is (242,99,52). Sum of RGB (Red+Green+Blue) = 242+99+52=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F26334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26334 is #0D9CCB. Grayscale: #888888. Windows color (decimal): -892108 or 3433458. OLE color: 3433458.

HSL color Cylindrical-coordinate representation of color #F26334: hue angle of 14.84º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F26334 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 99 52 -
CMYK 0 0.59 0.79 0.05
HSL 14.84º 0.88% 0.58% -
HSV(B) 14.84º 0.79% 0.95% -
XYZ 41.7 28.05 6.46 -
YUV 136.4 80.38 203.32 -
System Red Green Blue C M Y K H S L
Decimal 242 99 52 0 0.59 0.79 0.05 14.84 0.88 0.58
Hex F2 63 34 0 3B 4F 5 F 58 3A
Octal 362 143 64 0 73 117 5 17 130 72
Binary 11110010 1100011 110100 0 111011 1001111 101 1111 1011000 111010

Color Harmonies of #F26334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26334

Black with #F26334

Text Example


Text Example

White with #F26334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26334; }

 p { color: rgb(242,99,52); }

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

background-color css

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

 a { background-color: rgb(242,99,52); }

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

border-color css

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

 span { border-color: rgb(242,99,52); }

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