Html Css Color HEX #F2682D Burnt Orange

📋 copy color: '#F2682D'

red 242 ◦ green 104 ◦ blue 45

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

Shades of Burnt Orange #F2682D

Tints of Burnt Orange #F2682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 45 (17.97% from 255) = 11.51%

R = 61.89%
G = 26.6%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2682D (or 0xF2682D) is known color: Burnt Orange. HEX triplet: F2, 68 and 2D. RGB value is (242,104,45). Sum of RGB (Red+Green+Blue) = 242+104+45=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2682D is #0D97D2. Grayscale: #8A8A8A. Windows color (decimal): -890835 or 2975986. OLE color: 2975986.

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

Color convert

RGB 242 104 45 -
CMYK 0 0.57 0.81 0.05
HSL 17.97º 0.88% 0.56% -
HSV(B) 17.97º 0.81% 0.95% -
XYZ 42.04 28.97 5.86 -
YUV 138.54 75.22 201.8 -
System Red Green Blue C M Y K H S L
Decimal 242 104 45 0 0.57 0.81 0.05 17.97 0.88 0.56
Hex F2 68 2D 0 39 51 5 12 58 38
Octal 362 150 55 0 71 121 5 22 130 70
Binary 11110010 1101000 101101 0 111001 1010001 101 10010 1011000 111000

Color Harmonies of #F2682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2682D

Black with #F2682D

Text Example


Text Example

White with #F2682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2682D; }

 p { color: rgb(242,104,45); }

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

background-color css

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

 a { background-color: rgb(242,104,45); }

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

border-color css

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

 span { border-color: rgb(242,104,45); }

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