Html Css Color HEX #F26F3F Burnt Orange

📋 copy color: '#F26F3F'

red 242 ◦ green 111 ◦ blue 63

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

Shades of Burnt Orange #F26F3F

Tints of Burnt Orange #F26F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

 BLUE value IS 63 (25% from 255) = 15.14%

R = 58.17%
G = 26.68%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F26F3F (or 0xF26F3F) is known color: Burnt Orange. HEX triplet: F2, 6F and 3F. RGB value is (242,111,63). Sum of RGB (Red+Green+Blue) = 242+111+63=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F3F is #0D90C0. Grayscale: #919191. Windows color (decimal): -889025 or 4157426. OLE color: 4157426.

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

Color convert

RGB 242 111 63 -
CMYK 0 0.54 0.74 0.05
HSL 16.09º 0.87% 0.6% -
HSV(B) 16.09º 0.74% 0.95% -
XYZ 43.2 30.61 8.33 -
YUV 144.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 242 111 63 0 0.54 0.74 0.05 16.09 0.87 0.6
Hex F2 6F 3F 0 36 4A 5 10 57 3C
Octal 362 157 77 0 66 112 5 20 127 74
Binary 11110010 1101111 111111 0 110110 1001010 101 10000 1010111 111100

Color Harmonies of #F26F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F3F

Black with #F26F3F

Text Example


Text Example

White with #F26F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F3F; }

 p { color: rgb(242,111,63); }

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

background-color css

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

 a { background-color: rgb(242,111,63); }

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

border-color css

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

 span { border-color: rgb(242,111,63); }

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