Html Css Color HEX #F2652C Burnt Orange

📋 copy color: '#F2652C'

red 242 ◦ green 101 ◦ blue 44

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

Shades of Burnt Orange #F2652C

Tints of Burnt Orange #F2652C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 62.53%
G = 26.1%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2652C (or 0xF2652C) is known color: Burnt Orange. HEX triplet: F2, 65 and 2C. RGB value is (242,101,44). Sum of RGB (Red+Green+Blue) = 242+101+44=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2652C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2652C is #0D9AD3. Grayscale: #898989. Windows color (decimal): -891604 or 2909682. OLE color: 2909682.

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

Color convert

RGB 242 101 44 -
CMYK 0 0.58 0.82 0.05
HSL 17.27º 0.88% 0.56% -
HSV(B) 17.27º 0.82% 0.95% -
XYZ 41.73 28.37 5.66 -
YUV 136.66 75.71 203.13 -
System Red Green Blue C M Y K H S L
Decimal 242 101 44 0 0.58 0.82 0.05 17.27 0.88 0.56
Hex F2 65 2C 0 3A 52 5 11 58 38
Octal 362 145 54 0 72 122 5 21 130 70
Binary 11110010 1100101 101100 0 111010 1010010 101 10001 1011000 111000

Color Harmonies of #F2652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2652C

Black with #F2652C

Text Example


Text Example

White with #F2652C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2652C; }

 p { color: rgb(242,101,44); }

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

background-color css

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

 a { background-color: rgb(242,101,44); }

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

border-color css

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

 span { border-color: rgb(242,101,44); }

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