Html Css Color HEX #F26A3E Burnt Orange

📋 copy color: '#F26A3E'

red 242 ◦ green 106 ◦ blue 62

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

Shades of Burnt Orange #F26A3E

Tints of Burnt Orange #F26A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 62 (24.61% from 255) = 15.12%

R = 59.02%
G = 25.85%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26A3E (or 0xF26A3E) is known color: Burnt Orange. HEX triplet: F2, 6A and 3E. RGB value is (242,106,62). Sum of RGB (Red+Green+Blue) = 242+106+62=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A3E is #0D95C1. Grayscale: #8D8D8D. Windows color (decimal): -890306 or 4090610. OLE color: 4090610.

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

Color convert

RGB 242 106 62 -
CMYK 0 0.56 0.74 0.05
HSL 14.67º 0.87% 0.6% -
HSV(B) 14.67º 0.74% 0.95% -
XYZ 42.64 29.53 8.01 -
YUV 141.65 83.06 199.58 -
System Red Green Blue C M Y K H S L
Decimal 242 106 62 0 0.56 0.74 0.05 14.67 0.87 0.6
Hex F2 6A 3E 0 38 4A 5 F 57 3C
Octal 362 152 76 0 70 112 5 17 127 74
Binary 11110010 1101010 111110 0 111000 1001010 101 1111 1010111 111100

Color Harmonies of #F26A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A3E

Black with #F26A3E

Text Example


Text Example

White with #F26A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A3E; }

 p { color: rgb(242,106,62); }

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

background-color css

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

 a { background-color: rgb(242,106,62); }

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

border-color css

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

 span { border-color: rgb(242,106,62); }

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