Html Css Color HEX #F26E2D Burnt Orange

📋 copy color: '#F26E2D'

red 242 ◦ green 110 ◦ blue 45

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

Shades of Burnt Orange #F26E2D

Tints of Burnt Orange #F26E2D

RGB

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

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

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

R = 60.96%
G = 27.71%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F26E2D (or 0xF26E2D) is known color: Burnt Orange. HEX triplet: F2, 6E and 2D. RGB value is (242,110,45). Sum of RGB (Red+Green+Blue) = 242+110+45=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E2D is #0D91D2. Grayscale: #8E8E8E. Windows color (decimal): -889299 or 2977522. OLE color: 2977522.

HSL color Cylindrical-coordinate representation of color #F26E2D: hue angle of 19.8º 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 #F26E2D is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 110 45 -
CMYK 0 0.55 0.81 0.05
HSL 19.8º 0.88% 0.56% -
HSV(B) 19.8º 0.81% 0.95% -
XYZ 42.67 30.22 6.07 -
YUV 142.06 73.23 199.29 -
System Red Green Blue C M Y K H S L
Decimal 242 110 45 0 0.55 0.81 0.05 19.8 0.88 0.56
Hex F2 6E 2D 0 37 51 5 14 58 38
Octal 362 156 55 0 67 121 5 24 130 70
Binary 11110010 1101110 101101 0 110111 1010001 101 10100 1011000 111000

Color Harmonies of #F26E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26E2D

Black with #F26E2D

Text Example


Text Example

White with #F26E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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