Html Css Color HEX #F26E3D Burnt Orange

📋 copy color: '#F26E3D'

red 242 ◦ green 110 ◦ blue 61

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

Shades of Burnt Orange #F26E3D

Tints of Burnt Orange #F26E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

 BLUE value IS 61 (24.22% from 255) = 14.77%

R = 58.6%
G = 26.63%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F26E3D (or 0xF26E3D) is known color: Burnt Orange. HEX triplet: F2, 6E and 3D. RGB value is (242,110,61). Sum of RGB (Red+Green+Blue) = 242+110+61=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E3D is #0D91C2. Grayscale: #909090. Windows color (decimal): -889283 or 4026098. OLE color: 4026098.

HSL color Cylindrical-coordinate representation of color #F26E3D: hue angle of 16.24º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F26E3D is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 110 61 -
CMYK 0 0.55 0.75 0.05
HSL 16.24º 0.87% 0.59% -
HSV(B) 16.24º 0.75% 0.95% -
XYZ 43.04 30.37 8.01 -
YUV 143.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 242 110 61 0 0.55 0.75 0.05 16.24 0.87 0.59
Hex F2 6E 3D 0 37 4B 5 10 57 3B
Octal 362 156 75 0 67 113 5 20 127 73
Binary 11110010 1101110 111101 0 110111 1001011 101 10000 1010111 111011

Color Harmonies of #F26E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26E3D

Black with #F26E3D

Text Example


Text Example

White with #F26E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26E3D; }

 p { color: rgb(242,110,61); }

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

background-color css

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

 a { background-color: rgb(242,110,61); }

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

border-color css

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

 span { border-color: rgb(242,110,61); }

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