Html Css Color HEX #F2703E Burnt Orange

📋 copy color: '#F2703E'

red 242 ◦ green 112 ◦ blue 62

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

Shades of Burnt Orange #F2703E

Tints of Burnt Orange #F2703E

RGB

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

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

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

R = 58.17%
G = 26.92%
B = 14.9%

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

#F2703E (or 0xF2703E) is known color: Burnt Orange. HEX triplet: F2, 70 and 3E. RGB value is (242,112,62). Sum of RGB (Red+Green+Blue) = 242+112+62=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2703E is #0D8FC1. Grayscale: #919191. Windows color (decimal): -888770 or 4092146. OLE color: 4092146.

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

Color convert

RGB 242 112 62 -
CMYK 0 0.54 0.74 0.05
HSL 16.67º 0.87% 0.6% -
HSV(B) 16.67º 0.74% 0.95% -
XYZ 43.28 30.81 8.22 -
YUV 145.17 81.07 197.07 -
System Red Green Blue C M Y K H S L
Decimal 242 112 62 0 0.54 0.74 0.05 16.67 0.87 0.6
Hex F2 70 3E 0 36 4A 5 11 57 3C
Octal 362 160 76 0 66 112 5 21 127 74
Binary 11110010 1110000 111110 0 110110 1001010 101 10001 1010111 111100

Color Harmonies of #F2703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2703E

Black with #F2703E

Text Example


Text Example

White with #F2703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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