Html Css Color HEX #F0672E Burnt Orange

📋 copy color: '#F0672E'

red 240 ◦ green 103 ◦ blue 46

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

Shades of Burnt Orange #F0672E

Tints of Burnt Orange #F0672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.83%

R = 61.7%
G = 26.48%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0672E (or 0xF0672E) is known color: Burnt Orange. HEX triplet: F0, 67 and 2E. RGB value is (240,103,46). Sum of RGB (Red+Green+Blue) = 240+103+46=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0672E is #0F98D1. Grayscale: #898989. Windows color (decimal): -1022162 or 3041264. OLE color: 3041264.

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

Color convert

RGB 240 103 46 -
CMYK 0 0.57 0.81 0.06
HSL 17.63º 0.87% 0.56% -
HSV(B) 17.63º 0.81% 0.94% -
XYZ 41.28 28.42 5.9 -
YUV 137.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 240 103 46 0 0.57 0.81 0.06 17.63 0.87 0.56
Hex F0 67 2E 0 39 51 6 12 57 38
Octal 360 147 56 0 71 121 6 22 127 70
Binary 11110000 1100111 101110 0 111001 1010001 110 10010 1010111 111000

Color Harmonies of #F0672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0672E

Black with #F0672E

Text Example


Text Example

White with #F0672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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