Html Css Color HEX #F2662F Burnt Orange

📋 copy color: '#F2662F'

red 242 ◦ green 102 ◦ blue 47

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

Shades of Burnt Orange #F2662F

Tints of Burnt Orange #F2662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

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

R = 61.89%
G = 26.09%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2662F (or 0xF2662F) is known color: Burnt Orange. HEX triplet: F2, 66 and 2F. RGB value is (242,102,47). Sum of RGB (Red+Green+Blue) = 242+102+47=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2662F is #0D99D0. Grayscale: #898989. Windows color (decimal): -891345 or 3106546. OLE color: 3106546.

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

Color convert

RGB 242 102 47 -
CMYK 0 0.58 0.81 0.05
HSL 16.92º 0.88% 0.57% -
HSV(B) 16.92º 0.81% 0.95% -
XYZ 41.88 28.59 6 -
YUV 137.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 242 102 47 0 0.58 0.81 0.05 16.92 0.88 0.57
Hex F2 66 2F 0 3A 51 5 11 58 39
Octal 362 146 57 0 72 121 5 21 130 71
Binary 11110010 1100110 101111 0 111010 1010001 101 10001 1011000 111001

Color Harmonies of #F2662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2662F

Black with #F2662F

Text Example


Text Example

White with #F2662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2662F; }

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

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

background-color css

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

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

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

border-color css

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

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

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