Html Css Color HEX #F06535 Outrageous Orange

📋 copy color: '#F06535'

red 240 ◦ green 101 ◦ blue 53

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

Shades of Outrageous Orange #F06535

Tints of Outrageous Orange #F06535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

 BLUE value IS 53 (21.09% from 255) = 13.45%

R = 60.91%
G = 25.63%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F06535 (or 0xF06535) is known color: Outrageous Orange. HEX triplet: F0, 65 and 35. RGB value is (240,101,53). Sum of RGB (Red+Green+Blue) = 240+101+53=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F06535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06535 is #0F9ACA. Grayscale: #898989. Windows color (decimal): -1022667 or 3499504. OLE color: 3499504.

HSL color Cylindrical-coordinate representation of color #F06535: hue angle of 15.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F06535 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 53 -
CMYK 0 0.58 0.78 0.06
HSL 15.4º 0.86% 0.57% -
HSV(B) 15.4º 0.78% 0.94% -
XYZ 41.23 28.09 6.62 -
YUV 137.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 240 101 53 0 0.58 0.78 0.06 15.4 0.86 0.57
Hex F0 65 35 0 3A 4E 6 F 56 39
Octal 360 145 65 0 72 116 6 17 126 71
Binary 11110000 1100101 110101 0 111010 1001110 110 1111 1010110 111001

Color Harmonies of #F06535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06535

Black with #F06535

Text Example


Text Example

White with #F06535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06535; }

 p { color: rgb(240,101,53); }

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

background-color css

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

 a { background-color: rgb(240,101,53); }

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

border-color css

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

 span { border-color: rgb(240,101,53); }

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