Html Css Color HEX #F26B2A Burnt Orange

📋 copy color: '#F26B2A'

red 242 ◦ green 107 ◦ blue 42

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

Shades of Burnt Orange #F26B2A

Tints of Burnt Orange #F26B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.74%

R = 61.89%
G = 27.37%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F26B2A (or 0xF26B2A) is known color: Burnt Orange. HEX triplet: F2, 6B and 2A. RGB value is (242,107,42). Sum of RGB (Red+Green+Blue) = 242+107+42=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26B2A is #0D94D5. Grayscale: #8C8C8C. Windows color (decimal): -890070 or 2780146. OLE color: 2780146.

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

Color convert

RGB 242 107 42 -
CMYK 0 0.56 0.83 0.05
HSL 19.5º 0.88% 0.56% -
HSV(B) 19.5º 0.83% 0.95% -
XYZ 42.29 29.56 5.67 -
YUV 139.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 242 107 42 0 0.56 0.83 0.05 19.5 0.88 0.56
Hex F2 6B 2A 0 38 53 5 14 58 38
Octal 362 153 52 0 70 123 5 24 130 70
Binary 11110010 1101011 101010 0 111000 1010011 101 10100 1011000 111000

Color Harmonies of #F26B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B2A

Black with #F26B2A

Text Example


Text Example

White with #F26B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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