Html Css Color HEX #F67242 Burnt Orange

📋 copy color: '#F67242'

red 246 ◦ green 114 ◦ blue 66

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

Shades of Burnt Orange #F67242

Tints of Burnt Orange #F67242

RGB

 RED value IS 246 (96.48% from 255) = 57.75%

 GREEN value IS 114 (44.92% from 255) = 26.76%

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 57.75%
G = 26.76%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F67242 (or 0xF67242) is known color: Burnt Orange. HEX triplet: F6, 72 and 42. RGB value is (246,114,66). Sum of RGB (Red+Green+Blue) = 246+114+66=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F67242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67242 is #098DBD. Grayscale: #949494. Windows color (decimal): -626110 or 4354806. OLE color: 4354806.

HSL color Cylindrical-coordinate representation of color #F67242: hue angle of 16º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F67242 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 66 -
CMYK 0 0.54 0.73 0.04
HSL 16º 0.91% 0.61% -
HSV(B) 16º 0.73% 0.96% -
XYZ 45.01 32.02 8.96 -
YUV 148 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 246 114 66 0 0.54 0.73 0.04 16 0.91 0.61
Hex F6 72 42 0 36 49 4 10 5B 3D
Octal 366 162 102 0 66 111 4 20 133 75
Binary 11110110 1110010 1000010 0 110110 1001001 100 10000 1011011 111101

Color Harmonies of #F67242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67242

Black with #F67242

Text Example


Text Example

White with #F67242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67242; }

 p { color: rgb(246,114,66); }

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

background-color css

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

 a { background-color: rgb(246,114,66); }

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

border-color css

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

 span { border-color: rgb(246,114,66); }

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