Html Css Color HEX #F2672F Burnt Orange

📋 copy color: '#F2672F'

red 242 ◦ green 103 ◦ blue 47

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

Shades of Burnt Orange #F2672F

Tints of Burnt Orange #F2672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.28%

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 61.73%
G = 26.28%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2672F (or 0xF2672F) is known color: Burnt Orange. HEX triplet: F2, 67 and 2F. RGB value is (242,103,47). Sum of RGB (Red+Green+Blue) = 242+103+47=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2672F is #0D98D0. Grayscale: #8A8A8A. Windows color (decimal): -891089 or 3106802. OLE color: 3106802.

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

Color convert

RGB 242 103 47 -
CMYK 0 0.57 0.81 0.05
HSL 17.23º 0.88% 0.57% -
HSV(B) 17.23º 0.81% 0.95% -
XYZ 41.98 28.78 6.03 -
YUV 138.18 76.55 202.05 -
System Red Green Blue C M Y K H S L
Decimal 242 103 47 0 0.57 0.81 0.05 17.23 0.88 0.57
Hex F2 67 2F 0 39 51 5 11 58 39
Octal 362 147 57 0 71 121 5 21 130 71
Binary 11110010 1100111 101111 0 111001 1010001 101 10001 1011000 111001

Color Harmonies of #F2672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2672F

Black with #F2672F

Text Example


Text Example

White with #F2672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2672F; }

 p { color: rgb(242,103,47); }

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

background-color css

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

 a { background-color: rgb(242,103,47); }

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

border-color css

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

 span { border-color: rgb(242,103,47); }

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