Html Css Color HEX #F06735 Outrageous Orange

📋 copy color: '#F06735'

red 240 ◦ green 103 ◦ blue 53

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

Shades of Outrageous Orange #F06735

Tints of Outrageous Orange #F06735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

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

R = 60.61%
G = 26.01%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F06735 (or 0xF06735) is known color: Outrageous Orange. HEX triplet: F0, 67 and 35. RGB value is (240,103,53). Sum of RGB (Red+Green+Blue) = 240+103+53=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F06735 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06735 is #0F98CA. Grayscale: #8A8A8A. Windows color (decimal): -1022155 or 3500016. OLE color: 3500016.

HSL color Cylindrical-coordinate representation of color #F06735: hue angle of 16.04º 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 #F06735 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 53 -
CMYK 0 0.57 0.78 0.06
HSL 16.04º 0.86% 0.57% -
HSV(B) 16.04º 0.78% 0.94% -
XYZ 41.43 28.48 6.68 -
YUV 138.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 240 103 53 0 0.57 0.78 0.06 16.04 0.86 0.57
Hex F0 67 35 0 39 4E 6 10 56 39
Octal 360 147 65 0 71 116 6 20 126 71
Binary 11110000 1100111 110101 0 111001 1001110 110 10000 1010110 111001

Color Harmonies of #F06735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06735

Black with #F06735

Text Example


Text Example

White with #F06735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06735; }

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

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

background-color css

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

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

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

border-color css

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

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

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