Html Css Color HEX #F26C3B Burnt Orange

📋 copy color: '#F26C3B'

red 242 ◦ green 108 ◦ blue 59

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

Shades of Burnt Orange #F26C3B

Tints of Burnt Orange #F26C3B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 59.17%
G = 26.41%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F26C3B (or 0xF26C3B) is known color: Burnt Orange. HEX triplet: F2, 6C and 3B. RGB value is (242,108,59). Sum of RGB (Red+Green+Blue) = 242+108+59=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C3B is #0D93C4. Grayscale: #8E8E8E. Windows color (decimal): -889797 or 3894514. OLE color: 3894514.

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

Color convert

RGB 242 108 59 -
CMYK 0 0.55 0.76 0.05
HSL 16.07º 0.88% 0.59% -
HSV(B) 16.07º 0.76% 0.95% -
XYZ 42.77 29.92 7.66 -
YUV 142.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 242 108 59 0 0.55 0.76 0.05 16.07 0.88 0.59
Hex F2 6C 3B 0 37 4C 5 10 58 3B
Octal 362 154 73 0 67 114 5 20 130 73
Binary 11110010 1101100 111011 0 110111 1001100 101 10000 1011000 111011

Color Harmonies of #F26C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C3B

Black with #F26C3B

Text Example


Text Example

White with #F26C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C3B; }

 p { color: rgb(242,108,59); }

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

background-color css

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

 a { background-color: rgb(242,108,59); }

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

border-color css

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

 span { border-color: rgb(242,108,59); }

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