Html Css Color HEX #F05326 Outrageous Orange

📋 copy color: '#F05326'

red 240 ◦ green 83 ◦ blue 38

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

Shades of Outrageous Orange #F05326

Tints of Outrageous Orange #F05326

RGB

 RED value IS 240 (94.14% from 255) = 66.48%

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 66.48%
G = 22.99%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F05326 (or 0xF05326) is known color: Outrageous Orange. HEX triplet: F0, 53 and 26. RGB value is (240,83,38). Sum of RGB (Red+Green+Blue) = 240+83+38=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F05326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05326 is #0FACD9. Grayscale: #7D7D7D. Windows color (decimal): -1027290 or 2511856. OLE color: 2511856.

HSL color Cylindrical-coordinate representation of color #F05326: hue angle of 13.37º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F05326 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 38 -
CMYK 0 0.65 0.84 0.06
HSL 13.37º 0.87% 0.55% -
HSV(B) 13.37º 0.84% 0.94% -
XYZ 39.38 24.85 4.56 -
YUV 124.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 240 83 38 0 0.65 0.84 0.06 13.37 0.87 0.55
Hex F0 53 26 0 41 54 6 D 57 37
Octal 360 123 46 0 101 124 6 15 127 67
Binary 11110000 1010011 100110 0 1000001 1010100 110 1101 1010111 110111

Color Harmonies of #F05326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05326

Black with #F05326

Text Example


Text Example

White with #F05326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05326; }

 p { color: rgb(240,83,38); }

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

background-color css

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

 a { background-color: rgb(240,83,38); }

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

border-color css

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

 span { border-color: rgb(240,83,38); }

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