Html Css Color HEX #F2703F Burnt Orange

📋 copy color: '#F2703F'

red 242 ◦ green 112 ◦ blue 63

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

Shades of Burnt Orange #F2703F

Tints of Burnt Orange #F2703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 58.03%
G = 26.86%
B = 15.11%

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

#F2703F (or 0xF2703F) is known color: Burnt Orange. HEX triplet: F2, 70 and 3F. RGB value is (242,112,63). Sum of RGB (Red+Green+Blue) = 242+112+63=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2703F is #0D8FC0. Grayscale: #919191. Windows color (decimal): -888769 or 4157682. OLE color: 4157682.

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

Color convert

RGB 242 112 63 -
CMYK 0 0.54 0.74 0.05
HSL 16.42º 0.87% 0.6% -
HSV(B) 16.42º 0.74% 0.95% -
XYZ 43.31 30.82 8.37 -
YUV 145.28 81.57 196.98 -
System Red Green Blue C M Y K H S L
Decimal 242 112 63 0 0.54 0.74 0.05 16.42 0.87 0.6
Hex F2 70 3F 0 36 4A 5 10 57 3C
Octal 362 160 77 0 66 112 5 20 127 74
Binary 11110010 1110000 111111 0 110110 1001010 101 10000 1010111 111100

Color Harmonies of #F2703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2703F

Black with #F2703F

Text Example


Text Example

White with #F2703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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