Html Css Color HEX #F2662D Burnt Orange

📋 copy color: '#F2662D'

red 242 ◦ green 102 ◦ blue 45

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

Shades of Burnt Orange #F2662D

Tints of Burnt Orange #F2662D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.57%

R = 62.21%
G = 26.22%
B = 11.57%

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

#F2662D (or 0xF2662D) is known color: Burnt Orange. HEX triplet: F2, 66 and 2D. RGB value is (242,102,45). Sum of RGB (Red+Green+Blue) = 242+102+45=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2662D is #0D99D2. Grayscale: #898989. Windows color (decimal): -891347 or 2975474. OLE color: 2975474.

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

Color convert

RGB 242 102 45 -
CMYK 0 0.58 0.81 0.05
HSL 17.36º 0.88% 0.56% -
HSV(B) 17.36º 0.81% 0.95% -
XYZ 41.84 28.57 5.79 -
YUV 137.36 75.88 202.63 -
System Red Green Blue C M Y K H S L
Decimal 242 102 45 0 0.58 0.81 0.05 17.36 0.88 0.56
Hex F2 66 2D 0 3A 51 5 11 58 38
Octal 362 146 55 0 72 121 5 21 130 70
Binary 11110010 1100110 101101 0 111010 1010001 101 10001 1011000 111000

Color Harmonies of #F2662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2662D

Black with #F2662D

Text Example


Text Example

White with #F2662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2662D; }

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

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

background-color css

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

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

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

border-color css

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

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

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