Html Css Color HEX #F26B3E Burnt Orange

📋 copy color: '#F26B3E'

red 242 ◦ green 107 ◦ blue 62

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

Shades of Burnt Orange #F26B3E

Tints of Burnt Orange #F26B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 58.88%
G = 26.03%
B = 15.09%

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

#F26B3E (or 0xF26B3E) is known color: Burnt Orange. HEX triplet: F2, 6B and 3E. RGB value is (242,107,62). Sum of RGB (Red+Green+Blue) = 242+107+62=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26B3E is #0D94C1. Grayscale: #8E8E8E. Windows color (decimal): -890050 or 4090866. OLE color: 4090866.

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

Color convert

RGB 242 107 62 -
CMYK 0 0.56 0.74 0.05
HSL 15º 0.87% 0.6% -
HSV(B) 15º 0.74% 0.95% -
XYZ 42.75 29.74 8.04 -
YUV 142.24 82.73 199.16 -
System Red Green Blue C M Y K H S L
Decimal 242 107 62 0 0.56 0.74 0.05 15 0.87 0.6
Hex F2 6B 3E 0 38 4A 5 F 57 3C
Octal 362 153 76 0 70 112 5 17 127 74
Binary 11110010 1101011 111110 0 111000 1001010 101 1111 1010111 111100

Color Harmonies of #F26B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B3E

Black with #F26B3E

Text Example


Text Example

White with #F26B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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