Html Css Color HEX #FF6F3C Burnt Orange

📋 copy color: '#FF6F3C'

red 255 ◦ green 111 ◦ blue 60

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

Shades of Burnt Orange #FF6F3C

Tints of Burnt Orange #FF6F3C

RGB

 RED value IS 255 (100% from 255) = 59.86%

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 59.86%
G = 26.06%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF6F3C (or 0xFF6F3C) is known color: Burnt Orange. HEX triplet: FF, 6F and 3C. RGB value is (255,111,60). Sum of RGB (Red+Green+Blue) = 255+111+60=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F3C is #0090C3. Grayscale: #949494. Windows color (decimal): -37060 or 3960831. OLE color: 3960831.

HSL color Cylindrical-coordinate representation of color #FF6F3C: hue angle of 15.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF6F3C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 111 60 -
CMYK 0 0.56 0.76 0
HSL 15.69º 1% 0.62% -
HSV(B) 15.69º 0.76% 1% -
XYZ 47.74 32.96 8.12 -
YUV 148.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 255 111 60 0 0.56 0.76 0 15.69 1 0.62
Hex FF 6F 3C 0 38 4C 0 10 64 3E
Octal 377 157 74 0 70 114 0 20 144 76
Binary 11111111 1101111 111100 0 111000 1001100 0 10000 1100100 111110

Color Harmonies of #FF6F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F3C

Black with #FF6F3C

Text Example


Text Example

White with #FF6F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F3C; }

 p { color: rgb(255,111,60); }

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

background-color css

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

 a { background-color: rgb(255,111,60); }

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

border-color css

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

 span { border-color: rgb(255,111,60); }

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