Html Css Color HEX #F6762F Burnt Orange

📋 copy color: '#F6762F'

red 246 ◦ green 118 ◦ blue 47

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

Shades of Burnt Orange #F6762F

Tints of Burnt Orange #F6762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 59.85%
G = 28.71%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6762F (or 0xF6762F) is known color: Burnt Orange. HEX triplet: F6, 76 and 2F. RGB value is (246,118,47). Sum of RGB (Red+Green+Blue) = 246+118+47=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F6762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6762F is #0989D0. Grayscale: #949494. Windows color (decimal): -625105 or 3110646. OLE color: 3110646.

HSL color Cylindrical-coordinate representation of color #F6762F: hue angle of 21.41º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6762F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 118 47 -
CMYK 0 0.52 0.81 0.04
HSL 21.41º 0.92% 0.57% -
HSV(B) 21.41º 0.81% 0.96% -
XYZ 45 32.75 6.64 -
YUV 148.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 246 118 47 0 0.52 0.81 0.04 21.41 0.92 0.57
Hex F6 76 2F 0 34 51 4 15 5C 39
Octal 366 166 57 0 64 121 4 25 134 71
Binary 11110110 1110110 101111 0 110100 1010001 100 10101 1011100 111001

Color Harmonies of #F6762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6762F

Black with #F6762F

Text Example


Text Example

White with #F6762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6762F; }

 p { color: rgb(246,118,47); }

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

background-color css

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

 a { background-color: rgb(246,118,47); }

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

border-color css

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

 span { border-color: rgb(246,118,47); }

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